We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b54aa7 commit 18b3ed5Copy full SHA for 18b3ed5
qiita_db/support_files/patches/python_patches/58.py
@@ -43,7 +43,7 @@ def correct_redis_data(key, cmd, values_dict, user):
43
'alert_type': info['status'],
44
'alert_msg': info['alert_msg']}
45
r_client.set(key, dumps(payload))
46
- except QiitaDBUnknownIDError:
+ except (QiitaDBUnknownIDError, KeyError):
47
# We shomehow lost the information of this job
48
# Simply delete the key
49
r_client.delete(key)
0 commit comments