mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix org repo deletion to run in runtime (#9319)
This commit is contained in:
parent
4c34a5f0f5
commit
8aeb4dd632
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user