mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
e7bbaa5647
commit
12c3c7fc6c
1 changed files with 2 additions and 2 deletions
|
|
@ -108,10 +108,10 @@ def _create_log_entry(
|
|||
instance=instance,
|
||||
action=action,
|
||||
)
|
||||
|
||||
|
||||
if any(item[1] is False for item in pre_log_results):
|
||||
return
|
||||
|
||||
|
||||
error = None
|
||||
log_created = False
|
||||
changes = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue