Skip to content

Commit

Permalink
Fix args of _remote_detect
Browse files Browse the repository at this point in the history
  • Loading branch information
ekouts committed Nov 13, 2024
1 parent 4d4163a commit 19fcb7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reframe/frontend/autodetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ def _is_part_local(part):
part.launcher_type.registered_name == 'local')


def _remote_detect(part, job_options=None):
job_options = [] if job_options is None else job_options
def _remote_detect(part, job_options):
use_login_shell = runtime.runtime().get_option('general/0/use_login_shell')

def _emit_script_for_source(job, env):
Expand Down

0 comments on commit 19fcb7e

Please sign in to comment.