fixes for pyLint

This commit is contained in:
Bastian Schroll 2018-09-18 05:59:38 +02:00
parent 3564680867
commit 3f1eac88be
14 changed files with 35 additions and 34 deletions

View file

@ -24,7 +24,7 @@ class Test_Config:
"""!Unittests for the paths"""
def setup_method(self, method):
logging.debug("[TEST] %s.%s" % (type(self).__name__, method.__name__))
logging.debug("[TEST] %s.%s", (type(self).__name__, method.__name__))
def test_fileExists(self):
"""!load a local config file"""