Skip to content

Commit

Permalink
REF make debug a bit more helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 19, 2023
1 parent 29a83f7 commit f29ffca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion des_archive_access/dbfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ def download_file(

if refresh_token:
try:
cmd = "des-archive-access-make-token -v"
r = subprocess.run(
"des-archive-access-make-token",
cmd,
shell=True,
check=True,
text=True,
Expand Down

0 comments on commit f29ffca

Please sign in to comment.