Skip to content

Commit

Permalink
Fix indentation in the loop
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay authored Nov 27, 2023
1 parent ac1f7bd commit 83fb973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/WFC3/calwf3_recalibration/calwf3_recal_tvb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@
"for file_pattern in ['ibohbf*_ima.fits', 'ibohbf*_flt.fits', 'ibohbf*_drz.fits']:\n",
" for file in glob.glob(file_pattern):\n",
" destination_path = os.path.join('orig', os.path.basename(file))\n",
" if os.path.isfile(destination_path):\n",
" os.remove(destination_path)\n",
" shutil.move(file, destination_path) "
" if os.path.isfile(destination_path):\n",
" os.remove(destination_path)\n",
" shutil.move(file, destination_path) "
]
},
{
Expand Down

0 comments on commit 83fb973

Please sign in to comment.