You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of an error or if the files were otherwise deleted, the
previous commit would try to delete $tmp twice. This commit adds an
array to hold the temp file names and deletes them on exit, checking the
existence of each one.
Also check if $metrics_tmp is >0 bytes before running xargs. It could
be empty if there are no files to tidy.
0 commit comments