Skip to content

Commit

Permalink
Fix --list option check
Browse files Browse the repository at this point in the history
  • Loading branch information
berarma committed Apr 12, 2019
1 parent 38a1654 commit 8112a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oversteer/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run(self, argv):

device_id = args.device_id

if args.list != None:
if args.list == True:
devices = wheels.get_devices()
print(_("Devices found:"))
for key, name in devices:
Expand Down

0 comments on commit 8112a1f

Please sign in to comment.