Skip to content

Commit

Permalink
fix: flex-linux-setup code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Dec 20, 2022
1 parent f5480c2 commit 1146797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def download_jans_install_py(setup_branch):
if not os.path.exists(logs_dir):
os.makedirs(logs_dir)

if not __STATIC_SETUP_DIR__ in sys.path:
if __STATIC_SETUP_DIR__ not in sys.path:
sys.path.append(__STATIC_SETUP_DIR__)

from setup_app import paths
Expand Down

0 comments on commit 1146797

Please sign in to comment.