Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7066314
D2059.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
491 B
Subscribers
None
D2059.diff
View Options
diff --git a/swh/scheduler/celery_backend/config.py b/swh/scheduler/celery_backend/config.py
--- a/swh/scheduler/celery_backend/config.py
+++ b/swh/scheduler/celery_backend/config.py
@@ -188,7 +188,7 @@
# celery specific configuration.
SWH_CONFIG.clear()
SWH_CONFIG.update(load_named_config(CONFIG_NAME))
- CONFIG = SWH_CONFIG.get('celery', default={})
+ CONFIG = SWH_CONFIG.get('celery', {})
if not CONFIG:
# otherwise, back to compat config loading mechanism
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 5 2024, 5:41 AM (8 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3214439
Attached To
D2059: Dict's get method does not take keyword argument
Event Timeline
Log In to Comment