summaryrefslogtreecommitdiff
path: root/jimbrella/admin_log.py
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/admin_log.py')
-rw-r--r--jimbrella/admin_log.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/jimbrella/admin_log.py b/jimbrella/admin_log.py
index bb57787..3a390a1 100644
--- a/jimbrella/admin_log.py
+++ b/jimbrella/admin_log.py
@@ -108,7 +108,9 @@ class AdminLog:
)
elif event == "ADMIN_MODIFY_DB":
if not entry["past_value"]:
- description = "{admin_name} set {column} of umbrella #{id} to {new_value}."
+ description = (
+ "{admin_name} set {column} of umbrella #{id} to {new_value}."
+ )
elif not entry["new_value"]:
description = "{admin_name} cleared {column} of umbrella #{id} (was {past_value})."
else: