Skip to content

Commit 47d6667

Browse files
committed
do not remove .cargo directroy
Signed-off-by: onur-ozkan <[email protected]>
1 parent df1b5d3 commit 47d6667

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bootstrap/bootstrap.py

-3
Original file line numberDiff line numberDiff line change
@@ -1092,9 +1092,6 @@ def check_vendored_status(self):
10921092
if not os.path.exists(cargo_dir):
10931093
eprint('ERROR: vendoring required, but .cargo/config does not exist.')
10941094
raise Exception("{} not found".format(cargo_dir))
1095-
else:
1096-
if os.path.exists(cargo_dir):
1097-
shutil.rmtree(cargo_dir)
10981095

10991096
def parse_args(args):
11001097
"""Parse the command line arguments that the python script needs."""

0 commit comments

Comments
 (0)