Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6576380
D3565.id9181.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
563 B
Referenced Files
None
Subscribers
None
D3565.id9181.diff
View Options
diff --git a/src/upsection.py b/src/upsection.py
--- a/src/upsection.py
+++ b/src/upsection.py
@@ -75,8 +75,13 @@
def initialize_app():
- with open('config.yml') as fd:
- config = yaml.safe_load(fd)
+ try:
+ with open('config.yml') as fd:
+ config = yaml.safe_load(fd)
+ except FileNotFoundError:
+ print("config.yml is not found.")
+ print("Please consult the documentation : https://agora.nasqueron.org/index.php?title=Upsection&redirect=no")
+ sys.exit(1)
return {
'config': config,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 4, 09:40 (5 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2539683
Default Alt Text
D3565.id9181.diff (563 B)
Attached To
Mode
D3565: Verify config.yml exists
Attached
Detach File
Event Timeline
Log In to Comment