Skip to content

Commit 4dfdb04

Browse files
Update conf.py
1 parent 69d14ba commit 4dfdb04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plasma/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
conf = parameters('./conf.yaml')
99
elif os.path.exists('./examples/conf.yaml'):
1010
conf = parameters('./examples/conf.yaml')
11+
elif os.path.exists('../examples/conf.yaml'):
12+
conf = parameters('../examples/conf.yaml')
1113
else:
1214
raise FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT), 'conf.yaml')

0 commit comments

Comments
 (0)