Skip to content

Commit

Permalink
Update dags_airflow_fede_rucio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Jan 30, 2024
1 parent d827c0d commit 7bbf2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags_airflow_fede_rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
def rucio_task():
log.info("Using image " + f"{repo}:{tag}")

response= subprocess.call(["source /root/get-token.sh"], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
response= subprocess.call(["/root/get-token.sh"], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
log.info("Response " + response)
log.info("stdout " + stdout)
log.info("stderr " + stderr)
Expand Down

0 comments on commit 7bbf2c7

Please sign in to comment.