OSDN Git Service

fix some bug.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Fri, 2 Apr 2010 02:42:01 +0000 (02:42 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Fri, 2 Apr 2010 02:42:01 +0000 (02:42 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@537 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/auto_process.py

index 8866ae7..6877d8a 100644 (file)
@@ -210,7 +210,7 @@ def kill_dead_encode(path):
             #kmmt=commands.getoutput(kmmp.encode('utf-8'))
 
             ktmp=u"ps auxw | grep \""+x264path+u"\" | egrep -v grep | egrep -v \"sh -c\" | grep x264 | awk '{print $2}'"
-            recdblist.printutf8(ktmp)
+            #recdblist.printutf8(ktmp)
             ktmt=commands.getoutput(ktmp.encode('utf-8'))
             if len(ktmt)>0:
                 ktmt=ktmt[0]