Skip to content

Commit

Permalink
Minor typo fix in an error print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rplesha committed May 24, 2024
1 parent 790b5f0 commit e7d1ad9
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -700,9 +700,7 @@
"cell_type": "code",
"execution_count": null,
"id": "3f2f7f0f",
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [],
"source": [
"image3_asns = np.sort(glob.glob('*image3*asn*.json'))\n",
Expand All @@ -713,7 +711,7 @@
"i2d_file = os.path.join(custom_run_image3, f\"{asn_data['products'][0]['name']}_i2d.fits\")\n",
"\n",
"if os.path.exists(i2d_file):\n",
" print(cal_file, 'cal file already exists.')\n",
" print(i2d_file, 'i2d file already exists.')\n",
"else:\n",
" # call the image3 pipeline in the same way as before, but add a few new modifications\n",
" cust_img3 = Image3Pipeline.call(test_asn,\n",
Expand Down

0 comments on commit e7d1ad9

Please sign in to comment.