Skip to content

Commit

Permalink
revert to magic command
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Jan 9, 2025
1 parent 0c52678 commit 27e9ac3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"source": [
"mdz = fits.getval(flt_files[0], 'MDRIZTAB', ext=0).split('$')[1]\n",
"print('Searching for the MDRIZTAB file:', mdz)\n",
"get_mdriztab = os.system('crds sync --hst --files '+mdz+' --output-dir '+os.environ['iref'])"
"!crds sync --hst --files {mdz} --output-dir {os.environ['iref']}"
]
},
{
Expand Down

0 comments on commit 27e9ac3

Please sign in to comment.