Skip to content

Commit

Permalink
Fixed the indentation of loggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-costas committed Mar 4, 2020
1 parent 944f973 commit b281713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def main():
init_loggers(verbose=verbose,
settings=settings['dirs_and_files'])

logger_main = logger.bind(is_caption=False, indent=1)
logger_inner = logger.bind(is_caption=False, indent=2)
logger_main = logger.bind(is_caption=False, indent=0)
logger_inner = logger.bind(is_caption=False, indent=1)

if settings['workflow']['dataset_creation']:
logger_main.info('Starting creation of dataset')
Expand Down

0 comments on commit b281713

Please sign in to comment.