diff --git a/src/job.py b/src/job.py index 12aa4af..acd5fcf 100644 --- a/src/job.py +++ b/src/job.py @@ -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."""