No handlers could be found for logger "bzr"
I've started seeing the message "No handlers could be found for logger 'bzr'" when using either python-
python-
try:
from bzrlib.branch import Branch
HAVE_BZR = True
except:
HAVE_BZR = False
....
if HAVE_BZR:
try:
version = get_version_
if os.path.
branch = Branch.
if show_nick:
else:
All of the code can be found at http://
I'm trying to get the bottom of this and any help would be appreciated.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Brian Murray for more information if necessary.