~mvo/ubuntu-sso-client/strawman-lp711413

« back to all changes in this revision

Viewing changes to ubuntu_sso/main/linux.py

  • Committer: Michael Vogt
  • Date: 2012-05-23 14:57:43 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120523145743-tkzrd6u5mc0zgnhu
ensure that the timeout trigger the normal exception

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
                except dbus.DBusException:
365
365
                    logger.exception("Failed to get the session dbus""")
366
366
                    time.sleep(DBUS_RETRY_WAIT_TIME)
 
367
            else:
 
368
                raise
367
369
        return self._bus
368
370
 
369
371
    def start(self):