mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-21 08:30:56 +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;
|
return null;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
return e;
|
return e;
|
||||||
|
} finally {
|
||||||
|
boolean ignored = params.getFile().delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue