whitespaces at night...
This commit is contained in:
parent
ce631ad12d
commit
c463f2473d
11 changed files with 28 additions and 40 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue