From 1d3275f88e1daa59fdd8d27ecea97631c22c638f Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 1 Sep 2013 02:35:11 +0000 Subject: [PATCH] 7025: 4.0.2 svn 22976M fails to start catastrophically svn: r22980 --- gramps/gui/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/utils.py b/gramps/gui/utils.py index 36a502207..0f6c3bbc6 100644 --- a/gramps/gui/utils.py +++ b/gramps/gui/utils.py @@ -359,7 +359,7 @@ class SystemFonts(object): # # #------------------------------------------------------------------------- -def poll_external ((proc, errorstrings)): +def poll_external (proc, errorstrings): """ Check the for completion of a task launched with subprocess.Popen(). This function is intended to be passed to