mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Fix org repo deletion to run in runtime (#9319)
This commit is contained in:
@@ -720,7 +720,8 @@ fi
|
||||
)
|
||||
|
||||
# Clean up the org repo directory
|
||||
shutil.rmtree(org_repo_dir)
|
||||
action = CmdRunAction(f'rm -rf {org_repo_dir}')
|
||||
self.run_action(action)
|
||||
else:
|
||||
self.log(
|
||||
'info',
|
||||
|
||||
Reference in New Issue
Block a user