Commit d506d3d7 authored by J. Goutin's avatar J. Goutin Committed by GitHub

Fix regression in commit #e404a4aa

Missing `,`
parent 29016f7e
......@@ -909,7 +909,7 @@ class EnvironmentInfo:
os.path.join(self.si.WindowsSdkDir, 'UnionMetadata'),
os.path.join(
ref,
'Windows.Foundation.UniversalApiContract'
'Windows.Foundation.UniversalApiContract',
'1.0.0.0',
),
os.path.join(
......@@ -919,7 +919,7 @@ class EnvironmentInfo:
),
os.path.join(
ref,
'Windows.Networking.Connectivity.WwanContract'
'Windows.Networking.Connectivity.WwanContract',
'1.0.0.0',
),
os.path.join(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment