Skip to content

Commit

Permalink
Merge branch 'ab/split_opt' of https://github.com/shimming-toolbox/fs…
Browse files Browse the repository at this point in the history
  • Loading branch information
4rnaudB committed Jan 17, 2024
2 parents 34c2c50 + c00bc83 commit 804320b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion fsleyes_plugin_shimming_toolbox/components/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ def get_help_text(cli_function, name):

class RunArgumentErrorST(Exception):
"""Exception for missing input arguments for CLI call."""
pass
pass

Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,5 @@ def get_command_dict(input_text_boxes):
for arg in args:
command.append(arg)

return command, output, load_in_overlay
return command, output, load_in_overlay

3 changes: 2 additions & 1 deletion test/gui/test_tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ def set_checkbox(checkbox_widget):
checkbox_widget.SetValue(True)
wx.PostEvent(checkbox_widget.GetEventHandler(), wx.CommandEvent(wx.EVT_CHECKBOX.typeId, checkbox_widget.GetId()))
realYield()
return True
return True

0 comments on commit 804320b

Please sign in to comment.