On Sun, 2007-09-09 at 21:55 -0500, Adrian Holovaty wrote: > On 9/9/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > I'm seeing breakage too: I haven't tested it that extensively, but I'm > > getting the following pair of tracebacks consistently on Windows on > > the first reload of the server: > > Hmm, I confirm I get the same error on OS X -- it happens after the > server is reloaded. How strange... > > Adrian > I see the problem. The reloader uses sys.argv and grabs the last command line directly. By the time it gets to runserver.Command.handle, the command line has been munged a little.
Strangely, though, I got a clean reload on Linux. Todd --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
