Skip to content

Commit

Permalink
Merge pull request #4603 from matthias-ronge/patch-50
Browse files Browse the repository at this point in the history
After finish, set export progress to 100%
  • Loading branch information
Kathrin-Huber authored Aug 30, 2021
2 parents 2967659 + abb2209 commit a5f2778
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private ExportDmsTask(ExportDmsTask source) {
public void run() {
try {
exportDms.startExport(process, this);
setProgress(100);
} catch (RuntimeException e) {
setException(e);
}
Expand Down

0 comments on commit a5f2778

Please sign in to comment.