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 1314882 commit d615fb5Copy full SHA for d615fb5
plasma/conf.py
@@ -9,7 +9,7 @@
9
g.print_unique(f"Loading configuration from {g.conf_file}")
10
conf = parameters(g.conf_file)
11
elif os.path.exists(os.path.join(os.path.abspath(os.path.dirname(__file__)),
12
- '../examples/conf.yaml')):
+ '../examples/conf.yaml')):
13
conf = parameters(os.path.join(os.path.abspath(os.path.dirname(__file__)),
14
'../examples/conf.yaml'))
15
elif os.path.exists('./conf.yaml'):
0 commit comments