Skip to content
Snippets Groups Projects
Commit 6b1474fc authored by Patrick Godwin's avatar Patrick Godwin
Browse files

multichannel_datasource.py: fix typo in smrepair

parent 45a0bb29
No related branches found
No related tags found
No related merge requests found
...@@ -466,7 +466,7 @@ class DataSourceInfo(object): ...@@ -466,7 +466,7 @@ class DataSourceInfo(object):
# FIXME: this is ugly, but we have to protect against busted shared memory partitions # FIXME: this is ugly, but we have to protect against busted shared memory partitions
if self.data_source == "lvshm": if self.data_source == "lvshm":
import subprocess import subprocess
subprocess.call(["smrepair", "-bufmode", "5", self.shm_part_dict[self.instrument]]) subprocess.call(["smrepair", "--bufmode", "5", self.shm_part_dict[self.instrument]])
def append_options(parser): def append_options(parser):
"""! """!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment