mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-20 05:49:13 +00:00
delete temporary export file when finished
This commit is contained in:
parent
05a415bb38
commit
d98e23a1e5
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ public class ExportTask extends ProgressDialogTask<ExportTask.Params, Exception>
|
|||
return null;
|
||||
} catch (IOException e) {
|
||||
return e;
|
||||
} finally {
|
||||
boolean ignored = params.getFile().delete();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue