This commit is contained in:
Jakub Jezek 2023-03-01 17:31:45 +01:00
parent e1fa9f7c31
commit 2e83019efa
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -1662,7 +1662,7 @@ class PlaceholderCreateMixin(object):
task_name=task_name
)
except: # noqa: E722
except: # noqa: E722
failed = True
self.create_failed(placeholder, creator_data)