Skip to content

Commit

Permalink
fix: jans-linux-setup add gcs module path for downloading apps (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jun 10, 2022
1 parent 819fc2b commit e540738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/setup_app/downloads.py
Expand Up @@ -80,7 +80,7 @@ def download_sqlalchemy():

def download_all():
download_files = []

sys.path.insert(0, os.path.join(base.pylib_dir, 'gcs'))
modules = glob.glob(os.path.join(base.ces_dir, 'installers/*.py'))

for installer in modules:
Expand Down

0 comments on commit e540738

Please sign in to comment.