We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d14ba commit 4dfdb04Copy full SHA for 4dfdb04
plasma/conf.py
@@ -8,5 +8,7 @@
8
conf = parameters('./conf.yaml')
9
elif os.path.exists('./examples/conf.yaml'):
10
conf = parameters('./examples/conf.yaml')
11
+elif os.path.exists('../examples/conf.yaml'):
12
+ conf = parameters('../examples/conf.yaml')
13
else:
14
raise FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT), 'conf.yaml')
0 commit comments