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 2b6eca7 commit 6778c14Copy full SHA for 6778c14
lslautobids/config_globals.py
@@ -53,7 +53,7 @@ def parse_yaml_file(yaml_file):
53
return None
54
55
56
-# Determine config path based on context
+# Determine config paty based on context
57
if "pytest" in sys.modules:
58
config_file = os.path.join(os.path.expanduser("~"), ".config/lslautobids/test-autobids_config.yaml")
59
else:
0 commit comments