Skip to content

Commit

Permalink
More output cleaup
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Jan 24, 2025
1 parent d42cba4 commit e85cf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/access_nri_intake/experiment/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def use_datastore(
scaffold_cmd = "scaffold_catalog_entry" if open_ds else "scaffold-catalog-entry"
print(
f"{Fore.GREEN}Datastore sucessfully written to {Fore.BLUE}{ds_full_path}{Fore.GREEN}!"
f" \n\nPlease note that this has not added the datastore to the access-nri-intake catalog."
f" To add to catalog, please run '{Fore.BLUE}{Style.BRIGHT}{scaffold_cmd}{Fore.GREEN}{Style.NORMAL}' for help on how to do so."
f"\n{Fore.BLUE}Please note that this has not added the datastore to the access-nri-intake catalog."
f"\nTo add to catalog, please run '{Fore.BLUE}{Style.BRIGHT}{scaffold_cmd}{Fore.BLUE}{Style.NORMAL}' for help on how to do so."
)

if open_ds:
Expand Down

0 comments on commit e85cf94

Please sign in to comment.