Skip to content

Commit

Permalink
print citation instead of logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Katerndahl committed Aug 20, 2024
1 parent b065562 commit 1a70d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callusgs/cli_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def download(args: Namespace):
download_logger.info(
f"Request {dataset_metadata.request_id} in session {dataset_metadata.session_id}: Got DOI"
)
download_logger.info(f"\n\n{get_citation(dataset_metadata.data["doiNumber"].strip())}\n")
print(f"\n\n{get_citation(dataset_metadata.data["doiNumber"].strip())}\n")

# use scene-search to query scenes
entities = []
Expand Down

0 comments on commit 1a70d33

Please sign in to comment.