Commit 08996e0a950f0fdcea74bfdb62edae33882dffe0

Authored by quillotm
1 parent 233b7d451b
Exists in master

Little modifications on filter_file

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -12,7 +12,7 @@
12 12 file_path = file
13 13 filter_path = filter
14 14 file_data = core.data.read_id_values(file_path)
15   - filter_data = core.data.read_lst(filter_path)
  15 + filter_data = core.data.read_id_values(filter_path)
16 16  
17 17 with open(outfile, "w") as out:
18 18 for id_ in filter_data: