Changes between Initial Version and Version 1 of Ticket #19665, comment 8


Ignore:
Timestamp:
Apr 20, 2016, 7:24:04 PM (8 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19665, comment 8

    initial v1  
    11I believe I'm having this same problem again with 1.9.5 (see below). I took a brief look at the code and perhaps the fix for #23663 reverted the fix for this bug, although my review was superficial so I might have that wrong. In the error below, I raised the CommandError exception explicitly after discovering a data validation error.
    2 
     2{{{
    33(virtualenv3) mike@rhea:~/Workspace/auris-server/auris$ ./manage.py load_systems ../populated.json
    44Traceback (most recent call last):
     
    2525    self.stderr.write('%s: %s' % (e.__class__.__name__, e))
    2626AttributeError: 'Command' object has no attribute 'stderr'
     27}}}
Back to Top