Instead we should report the error on stderr and continue running the
command.
--
Ticket URL: <https://code.djangoproject.com/ticket/21732>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
* version: 1.6 => master
Comment:
https://github.com/django/django/pull/2146
--
Ticket URL: <https://code.djangoproject.com/ticket/21732#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"621c5cf4a501c8e80348df0ddbe726defd6be2ed"]:
{{{
#!CommitTicketReference repository=""
revision="621c5cf4a501c8e80348df0ddbe726defd6be2ed"
Fixed #21732 -- Made compilemessages complain about non-writable location
Instead of crashing with a CommandError, now a non-writable location
of mo files will only make compilemessages complain and continue.
Thanks Ramiro Morales for the review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21732#comment:2>