Skip to content
Snippets Groups Projects
Commit 3b7e859d authored by Antoine Pietri's avatar Antoine Pietri
Browse files

backend: pass bytes to failed bundle deletion

parent ce0fb1e6
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,7 @@ class VaultBackend:
email=None, cursor=None):
"""Main entry point for cooking requests. This starts a cooking task if
needed, and add the given e-mail to the notify list"""
obj_id = hashutil.hash_to_bytes(obj_id)
info = self.task_info(obj_type, obj_id)
# If there's a failed bundle entry, delete it first.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment