mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix_homebrew_paths_in_standalone_zip.py: Remove a superfluous call to open()
This commit is contained in:
parent
6b7857d56b
commit
941919e8ab
@ -44,7 +44,6 @@ import subprocess
|
||||
import sys
|
||||
|
||||
def readDependencies(fname):
|
||||
with open(fname) as f:
|
||||
with subprocess.Popen(['otool', '-L', fname], stdout=subprocess.PIPE) as o:
|
||||
for line in o.stdout:
|
||||
if line[0] == '\t':
|
||||
|
Loading…
Reference in New Issue
Block a user