Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
contract_addresses/setup.py: rm unnecessary rm
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Nov 5, 2019
1 parent e472cee commit 0167246
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python-packages/contract_addresses/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ def run(self):
pkgdir, "src", "zero_ex", "contract_addresses"
)

try:
remove(path.join(destination_path, "addresses.json"))
except FileNotFoundError:
pass
copyfile(
path.join(
pkgdir,
Expand Down

0 comments on commit 0167246

Please sign in to comment.