diff --git a/hyakvnc/__main__.py b/hyakvnc/__main__.py index 41a9b90..11d7ad1 100644 --- a/hyakvnc/__main__.py +++ b/hyakvnc/__main__.py @@ -123,7 +123,7 @@ def create_node_signal_handler(signal_number, frame): sbatch_command = SbatchCommand(sbatch_options=sbatch_opts) if dry_run: - print(f"Would have launched sbatch process with command list:\n\t{sbatch_command.command_list}") + print(f"Would have launched sbatch process with command:\n\t{' '.join(sbatch_command.command_list)}") exit(0) job_id = None