Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi committed Dec 4, 2024
1 parent f6f3634 commit 3a4e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicex_app/servicex_app/transformer_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def create_job_object(request_id, image, rabbitmq_uri, workers,

science_command = '"'
if x509_secret:
science_command = "until [ -f /servicex/output/scripts/proxy-exporter.sh ];" \
science_command += "until [ -f /servicex/output/scripts/proxy-exporter.sh ];" \
"do sleep 5;done &&" \
" /servicex/output/scripts/proxy-exporter.sh & sleep 5 && "

Expand Down

0 comments on commit 3a4e842

Please sign in to comment.