Skip to content
Snippets Groups Projects
Commit 9df909c0 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

fix namespace problem

parent 96ab9243
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ class GstLalInspiralNode(pipeline.AnalysisNode):
if self.output_cache:
raise AttributeError, "cannot change attributes after computing output cache"
pipeline.AnalysisNode.set_ifo(self, instrument)
self.add_var_opt("instrument", self.__ifo)
self.add_var_opt("instrument", instrument)
for optvalue in self.job()._AnalysisJob__cp.items("gstlal_inspiral_%s" % instrument):
self.add_var_arg("--%s %s" % optvalue)
......
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