summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 474d6579..45b6c636 100644
--- a/project.py
+++ b/project.py
@@ -863,7 +863,7 @@ class Project(object):
863 out.nl() 863 out.nl()
864 out.project('project %s/' % self.relpath) 864 out.project('project %s/' % self.relpath)
865 out.nl() 865 out.nl()
866 out.write(p.stdout) 866 out.write('%s', p.stdout)
867 return p.Wait() == 0 867 return p.Wait() == 0
868 868
869# Publish / Upload ## 869# Publish / Upload ##