Skip to content

Commit

Permalink
fix: Reverted renaming and added ignore of pep-8 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-sinclair committed Dec 12, 2024
1 parent d6cee36 commit d5f7b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ line-length = 79
[tool.ruff.lint]
ignore = [
"E501",
"N802",
]

extend-select = [
Expand Down
2 changes: 1 addition & 1 deletion src/sumo/wrapper/sumo_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def _delete():

return retryer(_delete)

def get_logger(self, name):
def getLogger(self, name):
"""Gets a logger object that sends log objects into the message_log
index for the Sumo instance.
Expand Down

0 comments on commit d5f7b82

Please sign in to comment.