We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4952f62 commit 7efd191Copy full SHA for 7efd191
labscript_profile/__init__.py
@@ -48,7 +48,7 @@ def add_userlib_and_pythonlib():
48
labconfig = default_labconfig_path()
49
if labconfig is None or not os.path.exists(labconfig):
50
return
51
- config = ConfigParser()
+ config = ConfigParser(defaults={'labscript_suite': LABSCRIPT_SUITE_PROFILE})
52
config.read(labconfig)
53
for option in ['userlib', 'pythonlib']:
54
try:
0 commit comments