Skip to content

Commit

Permalink
fix: fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed Sep 15, 2023
1 parent 41abe31 commit 795eefd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/utils/metadata/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def update_django_metadata(
] = resource_to_temporal_coverage_free["endYear"]

log(
f"Cobertura PRO ->> {_last_date} || Cobertura Grátis ->> {free_data}"
f"Cobertura PRO ->> {last_date} || Cobertura Grátis ->> {free_data}"
)
# resource_to_temporal_coverage = parse_temporal_coverage(f"{last_date}")

Expand Down Expand Up @@ -248,7 +248,7 @@ def update_django_metadata(
date_format,
billing_project_id=billing_project_id,
)
log(f"Cobertura PRO ->> {_last_date}")
log(f"Cobertura PRO ->> {last_date}")
resource_to_temporal_coverage = parse_temporal_coverage(f"{last_date}")

resource_to_temporal_coverage["coverage"] = ids.get("coverage_id_pro")
Expand Down Expand Up @@ -340,7 +340,7 @@ def update_django_metadata(
] = resource_to_temporal_coverage_free["endYear"]

log(
f"Cobertura PRO ->> {_last_date} || Cobertura Grátis ->> {free_data}"
f"Cobertura PRO ->> {last_date} || Cobertura Grátis ->> {free_data}"
)
# resource_to_temporal_coverage = parse_temporal_coverage(f"{last_date}")

Expand Down Expand Up @@ -379,7 +379,7 @@ def update_django_metadata(
date_format,
billing_project_id=billing_project_id,
)
log(f"Cobertura PRO ->> {_last_date}")
log(f"Cobertura PRO ->> {last_date}")
resource_to_temporal_coverage = parse_temporal_coverage(f"{last_date}")

resource_to_temporal_coverage["coverage"] = ids.get("coverage_id_pro")
Expand Down

0 comments on commit 795eefd

Please sign in to comment.