Project import generated by Copybara.
GitOrigin-RevId: 19a829ffd755edb43e54d20c0e7b9348512d5108
This commit is contained in:
committed by
schmidt-sebastian
parent
c6c80c3745
commit
7fb37c80e8
@@ -412,7 +412,8 @@ class RemoveGenerated(setuptools.Command):
|
||||
os.remove(MP_THIRD_PARTY_BUILD)
|
||||
shutil.move(_get_backup_file(MP_THIRD_PARTY_BUILD), MP_THIRD_PARTY_BUILD)
|
||||
for init_py in DIR_INIT_PY_FILES:
|
||||
os.remove(init_py)
|
||||
if os.path.exists(init_py):
|
||||
os.remove(init_py)
|
||||
|
||||
|
||||
setuptools.setup(
|
||||
|
||||
Reference in New Issue
Block a user