Skip to content

Commit c76a199

Browse files
committed
Fixes #1367
1 parent 3100e33 commit c76a199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migration/migration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def __export_config(endpoint: platform.Platform, what: list[str], **kwargs) -> N
143143
"THREADS": kwargs[options.NBR_THREADS],
144144
options.REPORT_FILE: kwargs[options.REPORT_FILE],
145145
"SKIP_ISSUES": kwargs["skipIssues"],
146+
options.REPORT_FILE: kwargs[options.REPORT_FILE],
146147
}
147148
if "projects" in what and kwargs[options.KEYS]:
148149
non_existing_projects = [key for key in kwargs[options.KEYS] if not projects.exists(key, endpoint)]

0 commit comments

Comments
 (0)