Skip to content

Commit

Permalink
k8s: Adding -t option
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Jun 15, 2020
1 parent b725374 commit 49b590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaharvester/harvestercloud/pilots_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def get_configuration():
# and therefore the pilot cannot execute in the same directory
copy_files_in_dir(CONFIG_DIR, WORK_DIR)

command = "/tmp/runpilot2-wrapper.sh {0} -i PR -w generic --pilot-user=ATLAS --url=https://pandaserver.cern.ch -d --harvester-submit-mode={1} --allow-same-user=False | tee /tmp/wrapper-wid.log". \
command = "/tmp/runpilot2-wrapper.sh {0} -i PR -w generic --pilot-user=ATLAS --url=https://pandaserver.cern.ch -d --harvester-submit-mode={1} --allow-same-user=False -t | tee /tmp/wrapper-wid.log". \
format(wrapper_params, submit_mode)
try:
subprocess.call(command, shell=True)
Expand Down

0 comments on commit 49b590a

Please sign in to comment.