From a1b5a7ef75f68a9584407177e589eba7536eec1d Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Sat, 6 Nov 2010 04:20:11 +0000 Subject: [PATCH] implement ch scan system.(alpha) git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@731 4e526526-5e11-4fc0-8910-f8fd03428081 --- rec10/trunk/src/scan_ch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rec10/trunk/src/scan_ch.py b/rec10/trunk/src/scan_ch.py index 2771b98..d04dd3c 100644 --- a/rec10/trunk/src/scan_ch.py +++ b/rec10/trunk/src/scan_ch.py @@ -54,7 +54,7 @@ def getChProgNum(ch): def getTsProgNum(tspath): pin=tspath pout=os.path.join(tmppath,"chscan.txt") - doexe = tssplitterp + " \""+ pin + "\" \""+ pout + "\"" + doexe = tssplitterp + " -ch \""+ pin + "\" \""+ pout + "\"" doexe = "nice -n 18 " + doexe os.environ['LANG']="ja_JP.UTF-8" txt = unicode(commands.getoutput(doexe.encode('utf-8')),'utf-8','ignore') -- 2.11.0