Skip to content

Commit

Permalink
Fixed output regarding where datastore is written
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Jan 24, 2025
1 parent 9f922c4 commit b31e821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access_nri_intake/experiment/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ 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}{str(experiment_dir / 'catalog.json')}{Fore.GREEN}!"
f"{Fore.GREEN}Datastore sucessfully written to {Fore.BLUE}{str(catalog_dir / 'catalog.json')}{Fore.GREEN}!"
f" Please 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."
)
Expand Down

0 comments on commit b31e821

Please sign in to comment.