Skip to content

Commit af4aedd

Browse files
committed
few more pep8 errors in script addressed
1 parent 42a9660 commit af4aedd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notebooks/cross_instrument/update_pure_parallel_wcs/update_parallel_wcs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import sys
33
import astropy.io.fits as pyfits
44

5+
56
def log_comment(LOGFILE, comment, verbose=False, show_date=False, mode='a'):
67

78
"""
@@ -26,6 +27,7 @@ def log_comment(LOGFILE, comment, verbose=False, show_date=False, mode='a'):
2627

2728
return msg
2829

30+
2931
def update_pure_parallel_wcs(file, logfile="pure_parallel_wcs_logfile",
3032
fix_vtype='PARALLEL_PURE', verbose=True):
3133

@@ -142,6 +144,7 @@ def update_pure_parallel_wcs(file, logfile="pure_parallel_wcs_logfile",
142144

143145
return True
144146

147+
145148
if __name__ == "__main__":
146149

147150
if len(sys.argv) < 2:

0 commit comments

Comments
 (0)