Skip to content

Commit

Permalink
Comment out blocking call
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Jul 17, 2023
1 parent d9e0730 commit 1997872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tools/test_tools_manusbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def selectFormat(fmt):
assert manus._runBuild() is False

# Finish
# manus._dialogButtonClicked(manus.dlgButtons.button(QDialogButtonBox.Close))
qtbot.stop()
manus._dialogButtonClicked(manus.dlgButtons.button(QDialogButtonBox.Close))
# qtbot.stop()

# END Test testManuscriptBuild_Main

0 comments on commit 1997872

Please sign in to comment.