Skip to content

Commit 15d2cb3

Browse files
committed
Remove pique-input.log unless debugging
1 parent 5b612d7 commit 15d2cb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/pique-input

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@ my @gid_list;
209209
}
210210
}
211211

212-
# remove temporary files
213-
tidy_up();
214-
215212
# write end-time to log file
216213
system("date >> $logfile");
217214

215+
# remove temporary files
216+
tidy_up();
217+
218218
exit 0;
219219
}
220220

0 commit comments

Comments
 (0)