From 55e0fcc5a1de152473df479ac6981aab4ad740a1 Mon Sep 17 00:00:00 2001 From: 4rnaudB <55560824+4rnaudB@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:49:33 -0500 Subject: [PATCH 1/3] Update fsleyes_plugin_shimming_toolbox/components/component.py Co-authored-by: Alex Dastous <47249340+po09i@users.noreply.github.com> --- fsleyes_plugin_shimming_toolbox/components/component.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fsleyes_plugin_shimming_toolbox/components/component.py b/fsleyes_plugin_shimming_toolbox/components/component.py index 8a5de7f..6e339b6 100644 --- a/fsleyes_plugin_shimming_toolbox/components/component.py +++ b/fsleyes_plugin_shimming_toolbox/components/component.py @@ -37,4 +37,5 @@ def get_help_text(cli_function, name): class RunArgumentErrorST(Exception): """Exception for missing input arguments for CLI call.""" - pass \ No newline at end of file + pass + \ No newline at end of file From bfb819e4e2e5deac76b8ddde81f876fe5a487fc4 Mon Sep 17 00:00:00 2001 From: 4rnaudB <55560824+4rnaudB@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:50:36 -0500 Subject: [PATCH 2/3] Update fsleyes_plugin_shimming_toolbox/components/input_component.py Co-authored-by: Alex Dastous <47249340+po09i@users.noreply.github.com> --- fsleyes_plugin_shimming_toolbox/components/input_component.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fsleyes_plugin_shimming_toolbox/components/input_component.py b/fsleyes_plugin_shimming_toolbox/components/input_component.py index 3c96d98..66a41e4 100644 --- a/fsleyes_plugin_shimming_toolbox/components/input_component.py +++ b/fsleyes_plugin_shimming_toolbox/components/input_component.py @@ -154,4 +154,5 @@ def get_command_dict(input_text_boxes): for arg in args: command.append(arg) - return command, output, load_in_overlay \ No newline at end of file + return command, output, load_in_overlay + \ No newline at end of file From c00bc83da3a8ae5274ccf8c4f3bb67fc5a7d4a5d Mon Sep 17 00:00:00 2001 From: 4rnaudB <55560824+4rnaudB@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:51:30 -0500 Subject: [PATCH 3/3] Update test/gui/test_tabs.py Co-authored-by: Alex Dastous <47249340+po09i@users.noreply.github.com> --- test/gui/test_tabs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/gui/test_tabs.py b/test/gui/test_tabs.py index 16a723c..93de86e 100644 --- a/test/gui/test_tabs.py +++ b/test/gui/test_tabs.py @@ -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 \ No newline at end of file + return True + \ No newline at end of file