mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
@@ -30,7 +30,7 @@ class PluginMixin:
|
||||
requirement.sandbox_dest, requirement.bash_script_path
|
||||
)
|
||||
logger.info(
|
||||
f'Initalizing plugin [{requirement.name}] by executing [{abs_path_to_bash_script}] in the sandbox.'
|
||||
f'Initializing plugin [{requirement.name}] by executing [{abs_path_to_bash_script}] in the sandbox.'
|
||||
)
|
||||
exit_code, output = self.execute(abs_path_to_bash_script)
|
||||
if exit_code != 0:
|
||||
|
||||
Reference in New Issue
Block a user