Skip to content

Commit de1d695

Browse files
committed
total_replay_tool
1 parent 505d4fc commit de1d695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

total_replay/utility/utility_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def locate_associated_attack_data_yaml_file(self, attack_data_link:str, attack_d
375375
ColorPrint.print_warning_fg(f"[!][WARNING]: ... attack_data yaml field: [uuid] => not found!!")
376376
else:
377377
# This runs ONLY if the loop never hits 'return' or 'break'
378-
ColorPrint.print_error_fg("[-][ERROR]: No matching YAML file was found during iteration!!")
378+
ColorPrint.print_error_fg("[-][. ERROR]: ... No matching YAML file was found during iteration!")
379379
return {}
380380

381381
def create_metadata_cache(self, yaml_data: yaml) -> dict:

0 commit comments

Comments
 (0)