forked from archiver_config/sf_databuffer
removed hardcoded value
This commit is contained in:
@@ -115,7 +115,7 @@ def get_labeled_sources(sources, label):
|
||||
:param label:
|
||||
:return: list of source config that contains label
|
||||
"""
|
||||
return [x for x in sources["sources"] if "labels" in x and 'SARES20-CAMS142-M5' in x['labels']]
|
||||
return [x for x in sources["sources"] if "labels" in x and label in x['labels']]
|
||||
|
||||
|
||||
def read_files(files_dir, file_type):
|
||||
|
||||
Reference in New Issue
Block a user