Actually that cant happen
This commit is contained in:
parent
5fe8e51f2a
commit
64c4ab5770
@ -583,11 +583,10 @@ def run_workflows(
|
||||
timezone.localtime(document.created),
|
||||
)
|
||||
except Exception:
|
||||
message = f"Error occurred parsing title assignment '{action.assign_title}', falling back to original"
|
||||
if not use_overrides:
|
||||
logger.exception(message, extra={"group": logging_group})
|
||||
else:
|
||||
messages.append(message)
|
||||
logger.exception(
|
||||
f"Error occurred parsing title assignment '{action.assign_title}', falling back to original",
|
||||
extra={"group": logging_group},
|
||||
)
|
||||
else:
|
||||
overrides.title = action.assign_title
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user