Skip to content

Commit

Permalink
delete temporary export file when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrewi committed Jan 5, 2025
1 parent 05a415b commit d98e23a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ protected Exception doInBackground(ExportTask.Params... args) {
return null;
} catch (IOException e) {
return e;
} finally {
boolean ignored = params.getFile().delete();
}
}

Expand Down

0 comments on commit d98e23a

Please sign in to comment.