You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came to this error through pelican but I can reproduce it by the test suite:
$ nosetests
ERROR: test_001_string_results (tests_feedgenerator.test_feedgenerator.TestFeedGenerator)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/fabian/dev/feedgenerator-py3k/tests_feedgenerator/test_feedgenerator.py", line 69, in test_001_string_results
result = feed.writeString(ENCODING)
File "/Users/fabian/dev/feedgenerator-py3k/feedgenerator/django/utils/feedgenerator.py", line 188, in writeString
self.write(s, encoding)
File "/Users/fabian/dev/feedgenerator-py3k/feedgenerator/django/utils/feedgenerator.py", line 215, in write
handler.startElement("rss", self.rss_attributes())
File "/Users/fabian/dev/feedgenerator-py3k/feedgenerator/django/utils/xmlutils.py", line 19, in startElement
self._write('<' + name)
AttributeError: SimplerXMLGenerator instance has no attribute '_write'
----------------------------------------------------------------------
Ran 5 tests in 0.052s
FAILED (errors=1)
FAIL
The text was updated successfully, but these errors were encountered:
I came to this error through pelican but I can reproduce it by the test suite:
The text was updated successfully, but these errors were encountered: