[RigoDaemon] fix else branch (regression from previous commit)

This commit is contained in:
Fabio Erculiani
2012-04-19 22:15:33 +02:00
parent c767da88d3
commit b76ede2ebb

View File

@@ -1227,11 +1227,11 @@ class RigoDaemonService(dbus.service.Object):
elif err.errno == errno.EPERM:
# somebody changed the permissions
app_log_path = ""
else:
write_output(
"_action_queue_finally: "
"unexpected error %s" % (repr(err),))
app_log_path = ""
else:
write_output(
"_action_queue_finally: "
"unexpected error %s" % (repr(err),))
app_log_path = ""
else:
write_output(
"_action_queue_finally: "