Skip to content

Commit

Permalink
JA review: make msg more threatening
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Jan 26, 2024
1 parent 4a007de commit fe75bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily_read/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def generate_all(upload=False, develop=False):
op.projects_data.stage_data_for_project(project)

Check warning on line 106 in daily_read/__main__.py

View check run for this annotation

Codecov / codecov/patch

daily_read/__main__.py#L105-L106

Added lines #L105 - L106 were not covered by tests
# catch any and every exception during upload
except Exception as e:
log.error(f"Theres was an issue in uploading/hiding reports for {project.project_id}: {e}")
log.error(f"Exception Raised: Issue in uploading/hiding reports for {project.project_id}: {e}\nContinuing to next project")

Check warning on line 109 in daily_read/__main__.py

View check run for this annotation

Codecov / codecov/patch

daily_read/__main__.py#L108-L109

Added lines #L108 - L109 were not covered by tests
# Commit all uploaded projects
op.projects_data.commit_staged_data(f"Commit reports updates for {datetime.datetime.now()}")

Expand Down

0 comments on commit fe75bbd

Please sign in to comment.