Skip to content

Commit

Permalink
Fixed Issue #54
Browse files Browse the repository at this point in the history
	modified:   eodms_cli.py
	modified:   scripts/image.py
	modified:   scripts/utils.py
  • Loading branch information
keballantyne committed Aug 27, 2024
1 parent 5d732d4 commit 47023df
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 360 deletions.
5 changes: 3 additions & 2 deletions eodms_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,8 @@ def ask_record_ids(self, ids):
msg = "\nEnter a single or set of Record IDs. Include the " \
"Collection ID next to each ID separated by a " \
"colon. Separate each ID with a comma. " \
f"(Ex: {self.eod.var_colour}RCMImageProducts:7625368" \
f"(Ex: {self.eod.var_colour}" \
f"RCMImageProducts:7625368|25654750" \
f",NAPL:3736869{self.eod.reset_colour})\n"
ids = self.get_input(msg, required=False)

Expand Down Expand Up @@ -1708,7 +1709,7 @@ def cli(username, password, input_val, collections, process, filters, dates,
conf_util.import_config()

config_params = get_configuration_values(conf_util, downloads)
download_path = config_params['download_path']
download_path = os.path.abspath(config_params['download_path'])
res_path = config_params['res_path']
log_path = config_params['log_path']
timeout_query = config_params['timeout_query']
Expand Down
Loading

0 comments on commit 47023df

Please sign in to comment.