summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index b121cad667..e4cfd937d4 100755
--- a/build.py
+++ b/build.py
@@ -535,7 +535,7 @@ class HostBuild():
# Validate that the target is valid
if self.target not in VALID_TARGETS:
- print('Target {} is not valid. Must be in {}', self.target, VALID_TARGETS)
+ print('Target {} is not valid. Must be in {}'.format(self.target, VALID_TARGETS))
return
if self.target == 'prepare':