We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd4fbf commit 3d75133Copy full SHA for 3d75133
src/datamaestro_text/interfaces/trec.py
@@ -86,7 +86,7 @@ def parse_query_format(file, xml_prefix=None) -> Iterator[TopicRecord]:
86
num = line[len("<num>") :].replace("Number:", "").strip()
87
reading = None
88
elif line.startswith(f"<{xml_prefix}title>"):
89
- title = line[len(f"<{xml_prefix}title>") : ].strip()
+ title = line[len(f"<{xml_prefix}title>") :].strip()
90
if title == "":
91
reading = "title"
92
else:
0 commit comments