Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
3asm committed Jan 21, 2024
1 parent d741153 commit de6be7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/tracker_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _set_scan_progress(self, progress: str):
scan.progress = progress
session.commit()
else:
logger.error(f"Scan for {os.getenv('UNIVERSE')} does not exist.")
logger.error("Scan for %s does not exist.", os.getenv("UNIVERSE"))


if __name__ == "__main__":
Expand Down

0 comments on commit de6be7a

Please sign in to comment.