Skip to content

Commit

Permalink
revert log casing
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Dec 10, 2024
1 parent f342d1b commit f4de896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def run(self) -> None:
len(df),
)
else:
log.warning("No query results found! Skipping write")
log.warning("No Query results found! Skipping write")

def __str__(self) -> str:
"""Return a string representation of the job to use in logging."""
Expand Down

0 comments on commit f4de896

Please sign in to comment.