Kaydet (Commit) b7c466cb authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

python-dbus raises ValueError if package is name is invalid

üst 6a929152
......@@ -293,6 +293,8 @@ def main(args):
manage_service(args[0], args[1], use_color, quiet)
except dbus.DBusException, e:
print e.args[0]
except ValueError, e:
print e
else:
usage()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment