wrappers.py: fix clean not rm'ing gen'd code
This commit is contained in:
parent
277fb92f9e
commit
6027d0481e
@ -117,16 +117,11 @@ class CleanCommandExtension(clean):
|
||||
)
|
||||
):
|
||||
try:
|
||||
remove(
|
||||
path.join(
|
||||
"src",
|
||||
"zero_ex",
|
||||
"contract_wrappers",
|
||||
contract,
|
||||
"__init__.py",
|
||||
)
|
||||
)
|
||||
print(f"Removing {contract}...", end="")
|
||||
remove(contract)
|
||||
print("done")
|
||||
except FileNotFoundError:
|
||||
print("file not found")
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user