new commit
This commit is contained in:
parent
2d6df9e12f
commit
38a516322e
@ -14,7 +14,7 @@ try:
|
|||||||
# from builder.core.bootstrap.paths import paths # Removed direct import, paths should be passed
|
# from builder.core.bootstrap.paths import paths # Removed direct import, paths should be passed
|
||||||
from builder.configs import logger_config
|
from builder.configs import logger_config
|
||||||
# Assuming run_command is in builder.core.command_runner.py
|
# 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:
|
except ImportError as e:
|
||||||
# Log the error before exiting
|
# Log the error before exiting
|
||||||
logging.error(f"Error importing necessary modules: {e}. Ensure your environment is set up correctly.")
|
logging.error(f"Error importing necessary modules: {e}. Ensure your environment is set up correctly.")
|
||||||
|
Loading…
Reference in New Issue
Block a user