mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 12:58:13 +00:00
fixed typo w/ burnettk
This commit is contained in:
parent
1fe638087f
commit
9943cbbb38
@ -302,7 +302,7 @@ def process_model_file_delete(
|
|||||||
process_model = _get_process_model(process_model_identifier)
|
process_model = _get_process_model(process_model_identifier)
|
||||||
|
|
||||||
# DEBUG CI: TODO: DELETE
|
# DEBUG CI: TODO: DELETE
|
||||||
print(f"CURRENT PRIMARY FILE NAME: {process_model.primary_file_nam}")
|
print(f"CURRENT PRIMARY FILE NAME: {process_model.primary_file_name}")
|
||||||
print(f"FILE TO DELETE: {file_name}")
|
print(f"FILE TO DELETE: {file_name}")
|
||||||
|
|
||||||
if process_model.primary_file_name == file_name:
|
if process_model.primary_file_name == file_name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user