From 9c0c9f60aa753e09cf3a091deda6b939ebb956b6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 6 Jan 2011 18:57:52 +0000 Subject: [PATCH] Fixed comment. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@321 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- Robots/bkmk_rforking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robots/bkmk_rforking.py b/Robots/bkmk_rforking.py index d33c38d..a583e6e 100644 --- a/Robots/bkmk_rforking.py +++ b/Robots/bkmk_rforking.py @@ -25,7 +25,7 @@ from bkmk_objects import Robot # This is to catch 'close failed: [Errno 9] Bad file descriptor' message -# from os.close() in Subprocess.die() and errors from from the subprocess. +# from os.close() in Subprocess.die() and errors from the subprocess. sys.stderr = open("err.log", 'a') check_subp = None -- 2.39.2