#34020: django core management error
----------------------------------+--------------------------------------
     Reporter:  brian-methodical  |                    Owner:  nobody
         Type:  Uncategorized     |                   Status:  closed
    Component:  Uncategorized     |                  Version:  4.0
     Severity:  Normal            |               Resolution:  invalid
     Keywords:                    |             Triage Stage:  Unreviewed
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------
Changes (by Simon Charette):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Traceback can clearly points at the
 `self.stdout.write(pprint.pprint(urls))` call being the origin of the
 issue.

 `pprint.pprint`
 [https://docs.python.org/3/library/pprint.html?highlight=pprint#pprint.pprint
 returns] `None`, `self.stdout.write` expects a string, and the error
 messages clears state `'NoneType' object has no attribute 'endswith'`.

 Please avoid using this ticket tracker unless you have confirmed this is
 an issue with Django through TicketClosingReasons/UseSupportChannels.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34020#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018348b917dd-95d1cf79-1516-465a-b5bd-dfe16836ee0c-000000%40eu-central-1.amazonses.com.

Reply via email to