oggit
Vadim vtroshchinskiy 2025-06-06 10:15:45 +02:00 committed by Vadim Trochinsky
parent 8dcd1faefd
commit e355562714
1 changed files with 2 additions and 2 deletions

View File

@ -2354,8 +2354,8 @@ def _load_installer():
script_dir = os.path.dirname(os.path.realpath(__file__))
system_bin_path = '/opt/opengnsys/oggit/bin/'
system_lib_path = '/opt/opengnsys/oggit/lib/'
system_bin_path = '/opt/opengnsys/ogrepository/oggit/bin/'
system_lib_path = '/opt/opengnsys/ogrepository/oggit/lib/'
devel_lib_path = os.path.join(script_dir, "../../oggit/installer")
if devel_lib_path not in sys.path and os.path.isdir(devel_lib_path):