Changeset 43e2e9d for skype


Ignore:
Timestamp:
2007-08-21T22:52:53Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
025da7a
Parents:
8237df5
Message:

skyped: fix a warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skyped.py

    r8237df5 r43e2e9d  
    112112                        reply = str(s)
    113113                        if(reply.startswith("org.freedesktop.DBus.Error.ServiceUnknown")):
    114                                 self.remove_from_connection(dbus.SessionBus(), "/com/Skype/Client")
     114                                try:
     115                                        self.remove_from_connection(dbus.SessionBus(), "/com/Skype/Client")
     116                                except LookupError:
     117                                        pass
    115118                                mainloop.quit()
    116119                dprint('<< ' + reply)
Note: See TracChangeset for help on using the changeset viewer.