new commit

This commit is contained in:
Manuel 2025-04-27 17:00:37 +00:00
parent 2d6df9e12f
commit 38a516322e

View File

@ -14,7 +14,7 @@ try:
# from builder.core.bootstrap.paths import paths # Removed direct import, paths should be passed
from builder.configs import logger_config
# Assuming run_command is in builder.core.command_runner.py
from buider.core.command_runner import run_command
from builder.core.command_runner import run_command
except ImportError as e:
# Log the error before exiting
logging.error(f"Error importing necessary modules: {e}. Ensure your environment is set up correctly.")