Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Oct 13, 2023
1 parent ca9a0c4 commit d17a508
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 266 deletions.
2 changes: 1 addition & 1 deletion getmac/getmac.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _call_proc(executable: str, args: str) -> str:
)

if settings.DEBUG >= 4:
gvars.log.debug(f"Output from '{executable}' command: {str(output)}")
gvars.log.debug(f"Output from '{executable}' command: {output!s}")

if isinstance(output, bytes):
output = output.decode("utf-8")
Expand Down
Loading

0 comments on commit d17a508

Please sign in to comment.