Skip to content

Commit fea5577

Browse files
authored
internal change - Revised field keys in discover result output file (#1145)
1 parent 2abfbc1 commit fea5577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/python/discover.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ def __remote_report(model_context):
524524
for key in remote_map:
525525
archive_map = remote_map[key]
526526
missing_archive_entries.append({
527-
'path': key,
528-
'sourceFile': archive_map[discoverer.REMOTE_ARCHIVE_PATH],
527+
'sourceFile': key,
528+
'path': archive_map[discoverer.REMOTE_ARCHIVE_PATH],
529529
'type': archive_map[discoverer.REMOTE_TYPE]
530530
})
531531
result_root = PyOrderedDict()

0 commit comments

Comments
 (0)