Skip to content

Commit

Permalink
map_box: return 0 for GUI to prevent pickling error
Browse files Browse the repository at this point in the history
  • Loading branch information
bkpoon committed Apr 2, 2020
1 parent 9cd2854 commit 22ff789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtbx/command_line/map_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ def run(self):
utils.safe_makedirs(self.output_dir)
os.chdir(self.output_dir)
result = run(args=self.args, log=sys.stdout)
return result
return 0

# =============================================================================

Expand Down

0 comments on commit 22ff789

Please sign in to comment.