Minor reformatting.

This commit is contained in:
Jannis Leidel
2011-11-24 10:45:25 +01:00
parent 068bdfa5a2
commit 73ae49f632

View File

@@ -53,7 +53,9 @@ class CompressorNode(template.Node):
if key in offline_manifest: if key in offline_manifest:
return offline_manifest[key] return offline_manifest[key]
else: else:
raise OfflineGenerationError('You have offline compression enabled but key "%s" is missing from offline manifest. You may need to run "python manage.py compress".' % key) raise OfflineGenerationError('You have offline compression '
'enabled but key "%s" is missing from offline manifest. '
'You may need to run "python manage.py compress".' % key)
def render_cached(self, compressor, forced): def render_cached(self, compressor, forced):
""" """