Skip to content

Commit

Permalink
Added redundant telemetry printout - trying to trick CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Jan 2, 2025
1 parent 00e87d6 commit ca8bb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/access_nri_intake/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
) # Get the catalog version number and set it to "latest" if it can't be found
configure_telemetry(["--enable", "--silent"])
api_handler.add_extra_field("catalog", {"catalog_version": cat_version})
print(f"Telemetry enabled for catalog version {cat_version}.")
except FileNotFoundError:
warnings.warn(
"Unable to access a default catalog location. Calling intake.cat.access_nri will not work.",
Expand Down

0 comments on commit ca8bb09

Please sign in to comment.