Skip to content

Commit a9041db

Browse files
committed
#238: Fix flake8
1 parent 4553437 commit a9041db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cfclient/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
if not hasattr(sys, 'frozen'):
3333
module_path = os.path.dirname(__file__)
3434
else:
35-
module_path = os.path.join(os.path.dirname(sys.executable), 'lib', 'cfclient')
35+
module_path = os.path.join(os.path.dirname(sys.executable),
36+
'lib', 'cfclient')
3637
config_path = AppDirs("cfclient", "Bitcraze").user_config_dir
3738

3839
# Locate the sdl2 lib on Windows (should be in cfclient/thirst_party/)

0 commit comments

Comments
 (0)