Skip to content

Commit

Permalink
Update support.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Nov 18, 2024
1 parent 1cf9b00 commit fbb7df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upcean/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_importing_script_path():
return None

scriptconf = os.path.join(os.path.dirname(get_importing_script_path()), "upcean.ini")
if os.path.exists(scriptconf)
if os.path.exists(scriptconf):
__config_file__ = scriptconf
else:
__config_file__ = os.path.join(os.path.dirname(os.path.realpath(__file__)), "upcean.ini")
Expand Down

0 comments on commit fbb7df2

Please sign in to comment.