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 2ed0fbc commit 84afc20
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 @@ -119,7 +119,7 @@ def use_datastore(
)
else:
print(
f"{Fore.BLUE}To open the datastore, run `{Fore.WHITE}{Style.BRIGHT}intake.open_esm_datastore({ds_full_path},"
f"{Fore.BLUE}To open the datastore, run `{Fore.WHITE}{Style.BRIGHT}intake.open_esm_datastore('{ds_full_path}',"
f" columns_with_iterables=['variable']){Fore.BLUE}{Style.NORMAL}` in a Python session."
)

Expand Down

0 comments on commit 84afc20

Please sign in to comment.