Skip to content

Commit

Permalink
fix an oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Jul 5, 2024
1 parent 8a56779 commit 24e3967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,9 @@ def task() -> tuple[Module, GIT, list[BWM]]:
task,
"Error occurred loading the module designer",
)
result = loader.value
if not loader.exec_():
return
result = loader.value
self.log.debug("ModuleDesigner.openModule Loader finished.")
new_module, git, walkmeshes = result
self._module = new_module
Expand Down

0 comments on commit 24e3967

Please sign in to comment.