Skip to content
Snippets Groups Projects
Commit 9eb08258 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_ll_dq: fix typo

parent e9dfe74a
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,8 @@ gw_data_source_info = datasource.GWDataSourceInfo(options)
# only support one channel
instrument = gw_data_source_info.channel_dict.keys()[0]
aggregator.makedir(os.path.join(self.out_path, self.instrument))
aggregator.makedir(os.path.join(options.out_path, instrument))
#
# build pipeline
#
......
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