fix typo in build.py. p=jorix, r=me (closes #3423)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12186 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-07-25 12:22:54 +00:00
parent fe720b259e
commit a6e913d5fb

View File

@@ -16,7 +16,7 @@ def build(config_file = None, output_file = None, options = None):
import closure
have_compressor.append("closure")
except Exception, E:
print "No closure (%s) % E"
print "No closure (%s)" % E
try:
import closure_ws
have_compressor.append("closure_ws")