mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
CI: Close file handles ASAP
This commit is contained in:
parent
e0c91b4647
commit
a8db0b17fe
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ sub put_file {
|
||||||
for (my $bytes_written = 0; $bytes_written < $bytes; ++$bytes_written) {
|
for (my $bytes_written = 0; $bytes_written < $bytes; ++$bytes_written) {
|
||||||
print $fh 'A';
|
print $fh 'A';
|
||||||
}
|
}
|
||||||
|
close $fh;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue