From cb8db5d30ee769304c2c2b00f2a7d9bcb3c4098f Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Mon, 26 Nov 2012 16:02:48 -0500 Subject: Removed 2-step parse for scheduling statistics. --- experiment/executable/ftcat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'experiment/executable/ftcat.py') diff --git a/experiment/executable/ftcat.py b/experiment/executable/ftcat.py index 9966312..5da8fa7 100644 --- a/experiment/executable/ftcat.py +++ b/experiment/executable/ftcat.py @@ -4,10 +4,10 @@ import stat from executable import Executable class FTcat(Executable): - """Used to wrap the ftcat binary in the Experiment object.""" + '''Used to wrap the ftcat binary in the Experiment object.''' def __init__(self, ft_cat_bin, stdout_file, stderr_file, dev, events, cpu=None): - """Extends the Executable initializer method with ftcat attributes.""" + '''Extends the Executable initializer method with ftcat attributes.''' # hack to run FTCat at higher priority chrt_bin = '/usr/bin/chrt' -- cgit v1.2.2