Skip to content

Commit

Permalink
using old version of cx-Freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
jarathomas committed May 30, 2024
1 parent a11bbc0 commit 31c74f6
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 109 deletions.
150 changes: 55 additions & 95 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyopenva/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def run(self):
if n_failed > 0:
msg += f" ({n_failed} deaths failed data checks)"
self.state.emit(msg)
self.progress.emit(100)
self.finished.emit()
except InSilicoVAException:
self.insilicova_errors.emit(insilicova_out._error_log)
Expand Down
Loading

0 comments on commit 31c74f6

Please sign in to comment.