Undo "return content" removal

I changed my mind. For now, at least.
This commit is contained in:
Matthew Tretter 2012-02-12 00:01:03 -05:00
parent e31080ff4a
commit e71432d8ed

View file

@ -96,3 +96,5 @@ class SpecFileGenerator(object):
if save:
storage = self.storage or source_file.storage
storage.save(filename, content)
return content