Corrected one indentation.
This commit is contained in:
parent
04804e6edc
commit
754e4b8b61
|
|
@ -103,7 +103,7 @@ def log(*args, **kwargs):
|
||||||
kwargs = {'fg': 'white', **kwargs}
|
kwargs = {'fg': 'white', **kwargs}
|
||||||
string = stylize_output(string, **kwargs)
|
string = stylize_output(string, **kwargs)
|
||||||
|
|
||||||
# If a logfile is defined in storage,
|
# If a logfile is defined in storage,
|
||||||
# we use that one to output everything
|
# we use that one to output everything
|
||||||
if (filename := storage.get('LOG_FILE', None)):
|
if (filename := storage.get('LOG_FILE', None)):
|
||||||
absolute_logfile = os.path.join(storage.get('LOG_PATH', './'), filename)
|
absolute_logfile = os.path.join(storage.get('LOG_PATH', './'), filename)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue