fixed typo w/ burnettk

This commit is contained in:
jasquat 2023-01-25 16:08:58 -05:00
parent 1fe638087f
commit 9943cbbb38

View File

@ -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: