Skip to content

Commit 1d5cb73

Browse files
authored
Update process_logs.pm
1 parent 6870b37 commit 1d5cb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/process_logs.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ sub clean_logs ($)
196196

197197
# Delete anything left in the list
198198
foreach my $file (@existing) {
199-
delete_prettify_output($file);
199+
Prettify::delete_prettify_output($file);
200200
}
201201

202202
return 1;

0 commit comments

Comments
 (0)