Allow for graceful failure by finishing string. ;)

pull/268/head
Kyle Kelley 11 years ago committed by Jonathan Frederic
parent b88fa0163a
commit 8f0ea42dd4

@ -422,7 +422,7 @@ def css_js_prerelease(command, strict=False):
self.distribution.run_command('js')
self.distribution.run_command('css')
except Exception as e:
log.warn("rebuilding js and css failed.)
log.warn("rebuilding js and css failed.")
raise e
command.run(self)

Loading…
Cancel
Save