mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-17 18:30:37 +02:00
tools: fix two flake8-3 warnings
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
67bfb5cf2e
commit
5561108ac4
2 changed files with 2 additions and 0 deletions
|
|
@ -337,5 +337,6 @@ def main(args):
|
|||
except InvalidDeviceError as e:
|
||||
print("Error: {}".format(e))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main(sys.argv)
|
||||
|
|
|
|||
|
|
@ -291,5 +291,6 @@ def main(args):
|
|||
except InvalidDeviceError as e:
|
||||
print("Error: {}".format(e))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main(sys.argv)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue