Browse Source

fix --mute regression

master
Nils 3 years ago
parent
commit
9d43891869
  1. 2
      template/start.py

2
template/start.py

@ -364,7 +364,7 @@ else:
logger.info("Looking for calfbox shared library systemwide through ctypes.util.find_library")
if compiledVersion:
if compiledVersion and not args.mute:
try:
from sitepackages.calfbox import cbox
logger.info(f"Calbox Python module loaded: {os.path.abspath(cbox.__file__)}")

Loading…
Cancel
Save