Closed seigel closed 13 years ago
Found the bug, and I'm fixing it tonight. There are two 1) strings are not getting quote encapsulated 2) I am saving to a ".tmp" file, to do testing, and I did not remove that test code before checking.
Awesome finds, and thanks.
settings object is being imported from example_settings.py and when reloaded is being reloaded from the example and wiping out settings.
As well it looks like for some reason the settings for (at least) the remote public repo is not being remembered as I can't get it to clone the remote repo (or get by the if guard) as its setting is None at this point.
Working on trying to figure it out. Ordering a book...."Learning Python: The Hard Way"