Skip to content

Commit d615fb5

Browse files
committed
Spacing
1 parent 1314882 commit d615fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plasma/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
g.print_unique(f"Loading configuration from {g.conf_file}")
1010
conf = parameters(g.conf_file)
1111
elif os.path.exists(os.path.join(os.path.abspath(os.path.dirname(__file__)),
12-
'../examples/conf.yaml')):
12+
'../examples/conf.yaml')):
1313
conf = parameters(os.path.join(os.path.abspath(os.path.dirname(__file__)),
1414
'../examples/conf.yaml'))
1515
elif os.path.exists('./conf.yaml'):

0 commit comments

Comments
 (0)