Skip to content

Commit

Permalink
Compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Jun 9, 2024
1 parent e68c2e7 commit 7f90443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def base_path() -> str:
if getattr(sys, 'frozen', False):
# The application is frozen
base_path = os.path.dirname(sys.executable)
else
else:
base_path = os.path.abspath(os.path.dirname(__file__))
return base_path

Expand Down

0 comments on commit 7f90443

Please sign in to comment.