diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 4c9129e12eb..3da9c8a5ba4 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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 '' ),