Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from szhublox/unixpath
Browse files Browse the repository at this point in the history
fix for last PR, sorry
  • Loading branch information
Davemane42 authored Apr 7, 2023
2 parents 16c0057 + 09ae5fd commit 2be15e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


extentions_folder = os.path.join(os.path.dirname(os.path.realpath(__main__.__file__)),
"web" + os.sep + "extensions" + os.sep "Davemane42")
"web" + os.sep + "extensions" + os.sep + "Davemane42")
javascript_folder = os.path.join(os.path.dirname(os.path.realpath(__file__)), "javascript")

if not os.path.exists(extentions_folder):
Expand Down

0 comments on commit 2be15e0

Please sign in to comment.