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 de57f90 commit 0b54c6eCopy full SHA for 0b54c6e
labscript_profile/__init__.py
@@ -48,7 +48,7 @@ def add_userlib_and_pythonlib():
48
time the interpreter starts up"""
49
labconfig = default_labconfig_path()
50
if labconfig is not None and labconfig.exists():
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