Yes. My bad. reaload=True
On Feb 2, 1:17 pm, DenesL wrote:
> On Feb 2, 9:52 am, mdipierro wrote:
>
> > I suspect the problem is that you hardcoded a filename and if a second
> > requests arrives it conflicts with the previous one. You may need file
> > locking or using tempfile or stringio. This
On Feb 2, 9:52 am, mdipierro wrote:
> I suspect the problem is that you hardcoded a filename and if a second
> requests arrives it conflicts with the previous one. You may need file
> locking or using tempfile or stringio. This
>
> > exec('from applications.%s.modules import updatexml as xml' %
>
I suspect the problem is that you hardcoded a filename and if a second
requests arrives it conflicts with the previous one. You may need file
locking or using tempfile or stringio. This
> exec('from applications.%s.modules import updatexml as xml' %
> request.application)
> reload(xml)
could also
3 matches
Mail list logo