Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12060574
D3725.id9634.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
394 B
Referenced Files
None
Subscribers
None
D3725.id9634.diff
View Options
diff --git a/src/mergedictionaries/app/app.py b/src/mergedictionaries/app/app.py
--- a/src/mergedictionaries/app/app.py
+++ b/src/mergedictionaries/app/app.py
@@ -42,7 +42,7 @@
def parse_configuration():
try:
with open(get_configuration_path()) as fd:
- return yaml.safe_load(fd)
+ return yaml.safe_load(fd) or {}
except OSError:
return {}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 00:18 (18 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3028072
Default Alt Text
D3725.id9634.diff (394 B)
Attached To
Mode
D3725: Read correctly empty configuration file
Attached
Detach File
Event Timeline
Log In to Comment