Skip to content

Commit

Permalink
Print info using absolute path spot 2
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Jan 24, 2025
1 parent 9c54cc8 commit 073d37e
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 @@ -94,7 +94,7 @@ def use_datastore(
builder_instance.build()
print(f"{Fore.GREEN}Sucessfully built esm-datastore!{Style.RESET_ALL}")
print(
f"{Fore.BLUE}Saving esm-datastore to {Fore.CYAN}{Style.BRIGHT}{str(catalog_dir)}{Style.NORMAL}{Fore.BLUE}...{Style.RESET_ALL}"
f"{Fore.BLUE}Saving esm-datastore to {Fore.CYAN}{Style.BRIGHT}{str(catalog_dir.absolute())}{Style.NORMAL}{Fore.BLUE}...{Style.RESET_ALL}"
)
builder_instance.save(
name=datastore_name,
Expand Down

0 comments on commit 073d37e

Please sign in to comment.