diff --git a/src/psij/executors/batch/batch_scheduler_executor.py b/src/psij/executors/batch/batch_scheduler_executor.py index eef6722c..0c7db560 100644 --- a/src/psij/executors/batch/batch_scheduler_executor.py +++ b/src/psij/executors/batch/batch_scheduler_executor.py @@ -105,7 +105,7 @@ def __init__(self, launcher_log_file: Optional[Path] = None, Whether to keep submit files and auxiliary job files (exit code and output files) after a job has completed. """ - super().__init__(work_directory, launcher_log_file) + super().__init__(launcher_log_file, work_directory) self.queue_polling_interval = queue_polling_interval self.initial_queue_polling_delay = initial_queue_polling_delay self.queue_polling_error_threshold = queue_polling_error_threshold