Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Apr 11, 2024
1 parent 6df246e commit 87e0c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/python/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _pv_platform():
raise ValueError("Unsupported system '%s'." % pv_system)

if pv_system == 'Linux':
pv_machine = _pv_linux_machine(platform.machine())
pv_machine = _pv_linux_machine()
else:
pv_machine = platform.machine()

Expand Down

0 comments on commit 87e0c2e

Please sign in to comment.