config/state: add config.runtime.colors, fill in main.py
This commit is contained in:
parent
c4797c709f
commit
00613096d5
4 changed files with 4 additions and 1 deletions
|
@ -332,7 +332,7 @@ def parse_pkgbuild(
|
|||
global config
|
||||
if _config:
|
||||
config = _config
|
||||
setup_logging(verbose=config.runtime.verbose, log_setup=False) # different subprocess needs log setup.
|
||||
setup_logging(verbose=config.runtime.verbose, force_colors=config.runtime.colors, log_setup=False) # different subprocess needs log setup.
|
||||
logging.info(f"Discovering PKGBUILD for {relative_pkg_dir}")
|
||||
|
||||
if force_refresh_srcinfo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue