Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception caused when a StreamHandler uses a mocked stream. #2

Open
exhuma opened this issue Sep 15, 2017 · 0 comments
Open

Exception caused when a StreamHandler uses a mocked stream. #2

exhuma opened this issue Sep 15, 2017 · 0 comments
Assignees
Labels

Comments

@exhuma
Copy link
Owner

exhuma commented Sep 15, 2017

Traceback (most recent call last):
 File "/home/users/olivier/devel/auditorium/auditorium/main.py", line 155, in main
   setup_logging(args)
 File "/home/users/olivier/devel/auditorium/auditorium/main.py", line 84, in setup_logging
   Simple.basicConfig(level=logging.DEBUG)
 File "/home/users/olivier/devel/auditorium/env/lib/python3.5/site-packages/gouge/colourcli.py", line 25, in basicConfig
   handler.stream.name in ('<stderr>', '<stdout>')):
AttributeError: '_io.StringIO' object has no attribute 'name'
@exhuma exhuma self-assigned this Sep 15, 2017
@exhuma exhuma added the bug label Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant