diff options
| -rw-r--r-- | guprecords.raku | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guprecords.raku b/guprecords.raku index 0f4df34..65e2650 100644 --- a/guprecords.raku +++ b/guprecords.raku @@ -82,6 +82,7 @@ class Aggregator { } method !add-file(IO::Path:D $file) { + return if $file.s == 0; my $host = $file.IO.basename.split('.').first; die "Record file for $host already processed - duplicate inputs?" |
