Skip to content
Snippets Groups Projects
Commit a9041dbf authored by Arnaud Taffanel's avatar Arnaud Taffanel
Browse files

#238: Fix flake8

parent 4553437b
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,8 @@ import sys ...@@ -32,7 +32,8 @@ import sys
if not hasattr(sys, 'frozen'): if not hasattr(sys, 'frozen'):
module_path = os.path.dirname(__file__) module_path = os.path.dirname(__file__)
else: else:
module_path = os.path.join(os.path.dirname(sys.executable), 'lib', 'cfclient') module_path = os.path.join(os.path.dirname(sys.executable),
'lib', 'cfclient')
config_path = AppDirs("cfclient", "Bitcraze").user_config_dir config_path = AppDirs("cfclient", "Bitcraze").user_config_dir
# Locate the sdl2 lib on Windows (should be in cfclient/thirst_party/) # Locate the sdl2 lib on Windows (should be in cfclient/thirst_party/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment