Skip to content

Commit

Permalink
tools: fix two flake8-3 warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Nov 14, 2017
1 parent 67bfb5c commit 5561108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/libinput-measure-touch-size
Original file line number Diff line number Diff line change
Expand Up @@ -337,5 +337,6 @@ def main(args):
except InvalidDeviceError as e:
print("Error: {}".format(e))


if __name__ == "__main__":
main(sys.argv)
1 change: 1 addition & 0 deletions tools/libinput-measure-touchpad-pressure
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,6 @@ def main(args):
except InvalidDeviceError as e:
print("Error: {}".format(e))


if __name__ == "__main__":
main(sys.argv)

0 comments on commit 5561108

Please sign in to comment.