fixed typo w/ burnettk
This commit is contained in:
parent
1ce3fbe542
commit
63e61ba1ec
|
@ -302,7 +302,7 @@ def process_model_file_delete(
|
|||
process_model = _get_process_model(process_model_identifier)
|
||||
|
||||
# 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}")
|
||||
|
||||
if process_model.primary_file_name == file_name:
|
||||
|
|
Loading…
Reference in New Issue