Skip to content

Commit 2c21ef6

Browse files
authored
Update processing.py
1 parent 9fff319 commit 2c21ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeling/dmr/processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def build_formatters():
157157
return format_intent_input, format_intent_out
158158

159159

160-
def turn_has_valid_uid(turn, paths, uid_key="data-weblinx-id"):
160+
def turn_has_valid_uid(turn, paths, uid_key="data-webtasks-id"):
161161
"""
162162
Given a turn an lxml tree, return True if the turn's uid is in the tree.
163163
"""

0 commit comments

Comments
 (0)