Update update-from-mds.yml
Override MDS values with local aaguid.json. Original PR #34 (thank you @opotonniee)pull/39/head
parent
1b34d18098
commit
c48c5b4e1d
|
@ -74,7 +74,7 @@ jobs:
|
||||||
aaguid = json.load(aaguid_file)
|
aaguid = json.load(aaguid_file)
|
||||||
|
|
||||||
# Combine custom aaguid.json with data from MDS
|
# Combine custom aaguid.json with data from MDS
|
||||||
result = {**aaguid, **result_dict}
|
result = {**result_dict, **aaguid}
|
||||||
|
|
||||||
# Write combined result to file
|
# Write combined result to file
|
||||||
with open('combined_aaguid.json', 'w') as output_file:
|
with open('combined_aaguid.json', 'w') as output_file:
|
||||||
|
|
Loading…
Reference in New Issue