We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f84c56 commit 3334a25Copy full SHA for 3334a25
gui/guiserver.py
@@ -7,7 +7,7 @@
7
8
try:
9
with open( '../config.yaml', 'r' ) as f:
10
- settings = yaml.load( f )
+ settings = yaml.safe_load( f )
11
except IOError:
12
print "Error reading config.yaml, have you created one? (Hint: Try running ./generate_config.py)"
13
exit()
0 commit comments