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 31, 2024
1 parent 285ed61 commit a136451
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 @@ -79,7 +79,7 @@ def rucio_task():
log.info("Using image " + f"{repo}:{tag}")

# response = subprocess.run("whoami", capture_output=True, text=True)
response = subprocess.run("/home/airflow/get-token.sh", capture_output=True, text=True)
response = subprocess.run("./get-token.sh", capture_output=True, text=True)
log.info("Response " + str(response))
log.info("stdout " + response.stdout)
log.info("stderr " + response.stderr)
Expand Down

0 comments on commit a136451

Please sign in to comment.