Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Aug 28, 2024
1 parent 1aba5f9 commit a153a4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion operate/services/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ def json(self) -> t.List[t.Dict]:
# rename the invalid path
invalid_path = path.parent / f"invalid_{path.name}"
os.rename(path, invalid_path)
self.logger.info(f"Renamed invalid service: {path.name} to {invalid_path.name}")
self.logger.info(
f"Renamed invalid service: {path.name} to {invalid_path.name}"
)

return data

Expand Down

0 comments on commit a153a4b

Please sign in to comment.