Fix python precedence issue.

This commit is contained in:
Josh Matthews 2019-09-17 15:50:27 -04:00 committed by GitHub
parent e431a7baf7
commit f3a8b66a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -381,7 +381,7 @@ def appx_artifact(debug, platforms):
'hololens',
'AppPackages',
'ServoApp',
'ServoApp_1.0.0.0_%sTest' % 'Debug_' if debug else '',
'ServoApp_1.0.0.0_%sTest' % ('Debug_' if debug else ''),
'ServoApp_1.0.0.0_%s%s.appxbundle' % (
'_'.join(platforms), '_Debug' if debug else ''
),