Skip to content

Commit

Permalink
fix: flex-linux-setup get py_lib_dir from Config
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Mar 2, 2022
1 parent d97258a commit 1f2015b
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 @@ -143,7 +143,7 @@ def __init__(self):
self.casa_config_fn = os.path.join(self.casa_dist_dir,'casa-config.jar')
self.casa_script_fn = os.path.join(self.casa_dist_dir,'Casa.py')
self.twillo_fn = os.path.join(self.casa_dist_dir,'twilio.jar')
self.py_lib_dir = '/opt/jans/python/libs/'
self.py_lib_dir = os.path.join(Config.jansOptPythonFolder, 'libs')

self.dbUtils.bind(force=True)

Expand Down

0 comments on commit 1f2015b

Please sign in to comment.