Skip to content

Commit 4a7e3f7

Browse files
committed
modified: eodms_cli.py
modified: scripts/utils.py
1 parent b4b99ba commit 4a7e3f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eodms_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__license__ = 'MIT License'
1818
__description__ = 'Script used to search, order and download imagery from ' \
1919
'the EODMS using the REST API (RAPI) service.'
20-
__version__ = '3.6.0'
20+
__version__ = '3.6.1'
2121
__maintainer__ = 'Kevin Ballantyne'
2222
__email__ = 'eodms-sgdot@nrcan-rncan.gc.ca'
2323

scripts/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,6 @@ def validate_st_images(self, in_vals):
17731773
coll, rec_ids = in_vals.split(':')
17741774
return in_vals
17751775
except Exception as e:
1776-
print(f"e: {e}")
17771776
return False
17781777

17791778

0 commit comments

Comments
 (0)