From b76ede2ebbf9608bab2de486760be9baaebc9543 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 19 Apr 2012 22:15:33 +0200 Subject: [PATCH] [RigoDaemon] fix else branch (regression from previous commit) --- rigo/RigoDaemon/app.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rigo/RigoDaemon/app.py b/rigo/RigoDaemon/app.py index 18b9ac663..5734c65fb 100755 --- a/rigo/RigoDaemon/app.py +++ b/rigo/RigoDaemon/app.py @@ -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: "