This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
pam_usb
mirror of
https://github.com/Fincer/pam_usb
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
small fix
Andrea Luzzardi
17 years ago
parent
45eed7aa5b
commit
18b8acb645
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
tools/pamusb-conf
+ 2
- 1
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.'
Write
Preview
Loading…
Cancel
Save