There was an error while loading. Please reload this page.
1 parent c564225 commit 54d3d59Copy full SHA for 54d3d59
migrate.py
@@ -2889,7 +2889,6 @@ def output_component_frequency(data):
2889
convert_wiki(source, dest)
2890
finally:
2891
if must_convert_issues and not github:
2892
- dest._requester.flush()
2893
# Patch in labels
2894
dest._requester.requestJsonAndCheck(
2895
"PATCH",
@@ -2903,6 +2902,7 @@ def output_component_frequency(data):
2903
2902
}
2904
for label in gh_labels.values()]}
2905
)
+ dest._requester.flush()
2906
with open("minimized_issue_comments.json", "w") as f:
2907
json.dump(minimized_issue_comments, f, indent=4)
2908
0 commit comments