We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abfbc1 commit fea5577Copy full SHA for fea5577
core/src/main/python/discover.py
@@ -524,8 +524,8 @@ def __remote_report(model_context):
524
for key in remote_map:
525
archive_map = remote_map[key]
526
missing_archive_entries.append({
527
- 'path': key,
528
- 'sourceFile': archive_map[discoverer.REMOTE_ARCHIVE_PATH],
+ 'sourceFile': key,
+ 'path': archive_map[discoverer.REMOTE_ARCHIVE_PATH],
529
'type': archive_map[discoverer.REMOTE_TYPE]
530
})
531
result_root = PyOrderedDict()
0 commit comments