Closed jkrue closed 5 years ago
Hello @jkrue! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
denbi/perun/keystone.py
:Line 401:181: E501 line too long (200 > 180 characters) Line 535:181: E501 line too long (187 > 180 characters)
Gave some opinions on the logging "style". Otherwise Iam liking the idea with the different logger domains.
The logging style can be easily adjusted. See https://docs.python.org/3.5/howto/logging.html. I should document this better ... in the code and also in the service example. @awalende Thx
@pbelmann Do have an idea what's going wrong here ? Seems that travis changes something in behind ... the test itself did not change for month
resolves #30