fixed typo w/ burnettk

This commit is contained in:
jasquat 2023-01-25 16:08:58 -05:00
parent 1ce3fbe542
commit 63e61ba1ec
1 changed files with 1 additions and 1 deletions

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: