salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

config/__init__.py attempts to use LOG.error() without defining LOG #414

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a directory ~/.config owned by root because of another broken program
2. Try to run googlecl for the first time
3. Observe that logging attempt about being unable to create the config 
directory raises a NameError because LOG isn't defined

Original issue reported on code.google.com by geoffspear on 13 Aug 2011 at 2:13

GoogleCodeExporter commented 9 years ago
In the code from trunk it results with a "Permission denied" error, so it is 
quite OK now.

Original comment by szy...@endpoint.com on 29 Dec 2012 at 8:16