Skip to content

Commit

Permalink
set variable by Exception to false
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMeierUIT committed Mar 12, 2024
1 parent 4cd6a6b commit 7035265
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ public void exportAllDatasets(boolean forceReExport) {
fileHandlerSuceeded = true;
} catch (IOException | SecurityException ex) {
Logger.getLogger(DatasetServiceBean.class.getName()).log(Level.SEVERE, null, ex);
fileHandlerSuceeded = false;
}

if (fileHandlerSuceeded) {
Expand Down

0 comments on commit 7035265

Please sign in to comment.