#25420: Completion helper always with exit-code 1
--------------------------------------------+--------------------
     Reporter:  blueyed                     |      Owner:  nobody
         Type:  Bug                         |     Status:  new
    Component:  Core (Management commands)  |    Version:  master
     Severity:  Normal                      |   Keywords:
 Triage Stage:  Unreviewed                  |  Has patch:  0
Easy pickings:  0                           |      UI/UX:  0
--------------------------------------------+--------------------
 The handler for (Bash) autocompletion exists with code 1 always, which is
 not helpful in case you want to catch errors, e.g. because some imports
 failed.

 Code reference:
 
https://github.com/django/django/blob/bac13074ee5bf6b35e45370fc8b9b14448c765dd/django/core/management/__init__.py#L270

 It should exit with 0 by default instead.

 It was added in 677ddcbb04, and it does not look like it would be handled
 / expected by the Bash wrapper, but I have not checked it.

--
Ticket URL: <https://code.djangoproject.com/ticket/25420>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.66e0be120e40a2fc54029c1d6e805dee%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to