Skip to content

Commit

Permalink
Merge pull request #139 from aitgcodes/develop
Browse files Browse the repository at this point in the history
back button error fixed
  • Loading branch information
svaradh authored Oct 9, 2023
2 parents 19addb6 + 78d2ef7 commit eae64b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litesoph/gui/task_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def set_task(self, workflow_manager: WorkflowManager, task_view: tk.Frame):
self.task_view = self.app.show_frame(task_view, self.task_info.engine, self.task_info.name)
self.task_view.submit_button.config(command = self._run_task_serial)
self.task_view.plot_button.config(command = self._on_plot_button)
self.task_view.back_button.config(command= self.workflow_controller.show_workmanager_page)
#self.task_view.back_button.config(command= self.workflow_controller.show_workmanager_page)

if hasattr(self.task_view, 'set_parameters'):
self.task_view.set_parameters(copy.deepcopy(self.task_info.param))
Expand Down

0 comments on commit eae64b4

Please sign in to comment.