Skip to content

Commit 54d3d59

Browse files
author
Matthias Koeppe
committed
Don't forget to write repositories_*.json
1 parent c564225 commit 54d3d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2889,7 +2889,6 @@ def output_component_frequency(data):
28892889
convert_wiki(source, dest)
28902890
finally:
28912891
if must_convert_issues and not github:
2892-
dest._requester.flush()
28932892
# Patch in labels
28942893
dest._requester.requestJsonAndCheck(
28952894
"PATCH",
@@ -2903,6 +2902,7 @@ def output_component_frequency(data):
29032902
}
29042903
for label in gh_labels.values()]}
29052904
)
2905+
dest._requester.flush()
29062906
with open("minimized_issue_comments.json", "w") as f:
29072907
json.dump(minimized_issue_comments, f, indent=4)
29082908

0 commit comments

Comments
 (0)