Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 27, 2024
1 parent b15527e commit cc73977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database-cleanup/database_cleanup/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)

sentry_sdk.set_tag("app_name", "pv-site-production_database_cleanup")
sentry_sdk.set_tag("version", my_version)
sentry_sdk.set_tag("version", version)



Expand Down
2 changes: 1 addition & 1 deletion forecast-inference/forecast_inference/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
)

sentry_sdk.set_tag("app_name", "pv-site-production_forecast_inferance")
sentry_sdk.set_tag("version", my_version)
sentry_sdk.set_tag("version", version)


def _run_model_and_save_for_one_pv(
Expand Down

0 comments on commit cc73977

Please sign in to comment.