diff --git a/pysqa/base/modular.py b/pysqa/base/modular.py index f32e4bc..ab538c0 100644 --- a/pysqa/base/modular.py +++ b/pysqa/base/modular.py @@ -87,7 +87,9 @@ def submit_job( cluster_module = self._queue_to_cluster_dict[queue] commands = self._switch_cluster_command( cluster_module=cluster_module - ) + self._list_command_to_be_executed(submission_script_path=submission_script_path) + ) + self._list_command_to_be_executed( + submission_script_path=submission_script_path + ) out = self._execute_command( commands=commands, working_directory=working_directory,