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 0fb7e65 commit 3530c83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dags_airflow_fede_rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@
def rucio_task():
log.info("Using image " + f"{repo}:{tag}")

response = subprocess.run(
"whoami", capture_output=True, text=True, stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT
)
response = subprocess.run("whoami", capture_output=True, text=True)

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

0 comments on commit 3530c83

Please sign in to comment.