whitespaces at night...

This commit is contained in:
Johannes Findeisen 2013-06-19 03:26:25 +02:00
commit c463f2473d
11 changed files with 28 additions and 40 deletions

View file

@ -17,7 +17,6 @@ class Logger():
:param logfile: the file where to log. Logs are rotated by default.
:param logfileLevel: the LoggingLevel for the file Logger. (DEBUG default)
"""
logfile = path.expanduser(logfile)
if not path.exists(path.dirname(logfile)):
os.makedirs(path.dirname(logfile))