Skip to content
Snippets Groups Projects
Commit ee8f2009 authored by David Keitel's avatar David Keitel
Browse files

use os.path.join for config_file_name

parent 2c99d2b6
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ class Writer(BaseSearchClass):
os.makedirs(self.outdir)
if self.tref is None:
self.tref = self.tstart
self.config_file_name = "{}/{}.cff".format(self.outdir, self.label)
self.config_file_name = os.path.join(self.outdir,self.label+".cff")
self.sftfilenames = [
lalpulsar.OfficialSFTFilename(
dets[0],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment