Skip to content

Commit

Permalink
Merge pull request #47 from tudelft3d/gio-dev
Browse files Browse the repository at this point in the history
Update threads.py
  • Loading branch information
gioagu authored Nov 12, 2023
2 parents e68950f + 6623a07 commit c5cd5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdb4/gui_deleter/functions/threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def clean_up_schema_thread(self):
)

# Update progress bar
msg = "Finalizing the clean up"
msg = "Finalizing the clean-up"
curr_step += 1
self.sig_progress.emit(curr_step, msg)

Expand Down

0 comments on commit c5cd5ad

Please sign in to comment.