From b161383e94187cd1737a5f6639dee12269afc52c Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Fri, 6 Sep 2013 11:32:30 +0000 Subject: [PATCH] 7040: gramps40 svn fails to start catastrophically indentation fix svn: r23043 --- gramps/gui/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gui/utils.py b/gramps/gui/utils.py index 097769bc2..aac264e61 100644 --- a/gramps/gui/utils.py +++ b/gramps/gui/utils.py @@ -387,8 +387,8 @@ def poll_external (args): @errorstrings a dict of possible response values and the corresponding messages to display. @returns bool returned to timeout_add_seconds: should this function be called again? """ - (proc, errorstrings) = args - resp = proc.poll() + (proc, errorstrings) = args + resp = proc.poll() if resp is None: return True