Skip to content

Commit

Permalink
K8S: reordered the wrapper parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Feb 12, 2024
1 parent ff478a8 commit afe4a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandaharvester/harvestercloud/pilots_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@ def get_configuration():
if pilot_version:
pilot_version_option = "--pilotversion {0}".format(pilot_version)

wrapper_params = "-a {0} -s {1} -r {2} -q {3} {4} {5} {6} {7} {8} {9} {10} {11}".format(
WORK_DIR,
panda_site,
wrapper_params = "-q {0} -r {1} -s {2} -a {3} {4} {5} {6} {7} {8} {9} {10} {11}".format(
panda_queue,
panda_queue,
panda_site,
WORK_DIR,
resource_type_option,
psl_option,
pilot_type_option,
Expand Down

0 comments on commit afe4a6c

Please sign in to comment.