Page MenuHomeDevCentral

D2076.diff
No OneTemporary

D2076.diff

diff --git a/roles/devserver/userland-software/files/shell.py b/roles/devserver/userland-software/files/shell.py
--- a/roles/devserver/userland-software/files/shell.py
+++ b/roles/devserver/userland-software/files/shell.py
@@ -61,7 +61,7 @@
def parse_configuration_file(filename):
configuration_file = open(filename, 'r')
- configuration = yaml.load(configuration_file)
+ configuration = yaml.safe_load(configuration_file)
configuration_file.close()
return configuration

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 20:10 (11 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2316071
Default Alt Text
D2076.diff (498 B)

Event Timeline