Skip to content
Snippets Groups Projects
Commit e849f2dd authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix path spec in injectedSources

parent d4aecb3c
Branches
Tags
No related merge requests found
...@@ -3006,7 +3006,7 @@ transientTauDays={:1.3f}\n""") ...@@ -3006,7 +3006,7 @@ transientTauDays={:1.3f}\n""")
cl.append('--fmin={}'.format(int(self.fmin))) cl.append('--fmin={}'.format(int(self.fmin)))
cl.append('--Band={}'.format(self.Band)) cl.append('--Band={}'.format(self.Band))
cl.append('--Tsft={}'.format(self.Tsft)) cl.append('--Tsft={}'.format(self.Tsft))
cl.append('--injectionSources="./{}"'.format(self.config_file_name)) cl.append('--injectionSources="{}"'.format(self.config_file_name))
cl = " ".join(cl) cl = " ".join(cl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment