From: Oleg Broytman Date: Thu, 6 Jan 2011 18:57:52 +0000 (+0000) Subject: Fixed comment. X-Git-Tag: v4.5.3~55 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=9c0c9f60aa753e09cf3a091deda6b939ebb956b6 Fixed comment. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@321 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- 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