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:
|
try:
|
||||||
remove(
|
print(f"Removing {contract}...", end="")
|
||||||
path.join(
|
remove(contract)
|
||||||
"src",
|
print("done")
|
||||||
"zero_ex",
|
|
||||||
"contract_wrappers",
|
|
||||||
contract,
|
|
||||||
"__init__.py",
|
|
||||||
)
|
|
||||||
)
|
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
print("file not found")
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user