mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-27 01:40:48 +00:00
sentences need spaces between them
This commit is contained in:
parent
884f8bb872
commit
a644a5b447
@ -1300,7 +1300,7 @@ class ProcessInstanceProcessor:
|
||||
db.session.commit()
|
||||
if result.rowcount < 1:
|
||||
raise ProcessInstanceIsAlreadyLockedError(
|
||||
f"Cannot lock process instance {self.process_instance_model.id}."
|
||||
f"Cannot lock process instance {self.process_instance_model.id}. "
|
||||
"It has already been locked."
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user