diff options
Diffstat (limited to 'experiment/executable/ftcat.py')
-rw-r--r-- | experiment/executable/ftcat.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
4 | from executable import Executable | 4 | from executable import Executable |
5 | 5 | ||
6 | class FTcat(Executable): | 6 | class FTcat(Executable): |
7 | """Used to wrap the ftcat binary in the Experiment object.""" | 7 | '''Used to wrap the ftcat binary in the Experiment object.''' |
8 | 8 | ||
9 | def __init__(self, ft_cat_bin, stdout_file, stderr_file, dev, events, cpu=None): | 9 | def __init__(self, ft_cat_bin, stdout_file, stderr_file, dev, events, cpu=None): |
10 | """Extends the Executable initializer method with ftcat attributes.""" | 10 | '''Extends the Executable initializer method with ftcat attributes.''' |
11 | 11 | ||
12 | # hack to run FTCat at higher priority | 12 | # hack to run FTCat at higher priority |
13 | chrt_bin = '/usr/bin/chrt' | 13 | chrt_bin = '/usr/bin/chrt' |