Skip to content

Commit be916bc

Browse files
committed
minor fix
1 parent e593c60 commit be916bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_scripts/get_traumatic_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def main():
152152
int(is_t), int(is_nt), int(is_n), int(is_h)
153153
]
154154
csv_writer[t].writerow(
155-
[page] + row + belonging
155+
[page] + edits_row + belonging
156156
)
157157
else:
158158
continue

0 commit comments

Comments
 (0)