Skip to content

Commit

Permalink
always return from func
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 20, 2020
1 parent cf43962 commit 265063b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/molecule/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ def get_section_loggers() -> Iterable[Callable]:
return [gitlab_ci_sections] + default_section_loggers
elif os.getenv("TRAVIS"):
return [travis_ci_folds] + default_section_loggers
# CI is set but no extra section_loggers apply.
return default_section_loggers



LOGGING_CONSOLE = Console(
Expand Down

0 comments on commit 265063b

Please sign in to comment.