test: When priting help for enter-pin, exit

This commit is contained in:
Denis Kenzior 2010-12-08 07:03:01 -06:00
parent 173c6798d6
commit 7784c5ed62
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ elif len(sys.argv) == 3:
pin = sys.argv[2]
else:
print "%s [PATH] pin_type pin" % (sys.argv[0])
sys.exit(0)
print "Enter Pin for modem %s..." % path
simmanager = dbus.Interface(bus.get_object('org.ofono', path),