Skip to content

Commit 39ce117

Browse files
committed
updated to support python 3
1 parent fa42538 commit 39ce117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkdate_ancil_dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ def checkdate(infile):
5858
if checkdate(fatmos) and checkdate(fregion):
5959
fgood.write(line)
6060
else:
61-
print 'bad file:',atmos.strip(' ,'),region.strip(' ,')
61+
print('bad file:',atmos.strip(' ,'),region.strip(' ,'))
6262
fgood.close()

0 commit comments

Comments
 (0)