Don't return content

This commit is contained in:
Matthew Tretter 2012-02-11 22:51:20 -05:00
parent 4ab5aadec6
commit a7cf79290c

View file

@ -104,8 +104,6 @@ class SpecFileGenerator(object):
storage = self.storage or source_file.storage
storage.save(filename, content)
return content
def invalidate(self, file):
return self.cache_state_backend.invalidate(file)