Browse Source

small fix

master
Andrea Luzzardi 17 years ago
parent
commit
bb9b654f3b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pam_usb/tools/pamusb-conf

+ 2
- 1
pam_usb/tools/pamusb-conf View File

@ -161,7 +161,8 @@ def addDevice(options):
print "\tInvalid: %s" % ex
pass
else:
print "\tValid"
if options['verbose']:
print "\tValid"
if len(devices) == 0:
print 'No devices detected.'


Loading…
Cancel
Save