fix query typos

This commit is contained in:
2026-04-19 12:46:36 +02:00
parent d345745962
commit f6989084ff
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ sub args { return "--batch --raw"; }
sub filename { return "faults_failed.csv"; }
sub prostprocess { $_[0] =~ s/\t/,/g; }
sub postprocess { $_[0] =~ s/\t/,/g; }
1;

View File

@ -23,6 +23,6 @@ sub args { return "-t"; }
sub filename { return "results.txt"; }
sub prostprocess { }
sub postprocess { }
1;