Misc. typos: Please merge right before 0.17 release
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge so that if I find other typos in the meantime they will be part this release.
This commit is contained in:
@@ -113,7 +113,7 @@ def list_install_names(path_macho):
|
||||
lines = output.split("\t")
|
||||
libs = []
|
||||
|
||||
#first line is the the filename, and if it is a library, the second line
|
||||
#first line is the filename, and if it is a library, the second line
|
||||
#is the install name of it
|
||||
if path_macho.endswith(os.path.basename(lines[1].split(" (")[0])):
|
||||
lines = lines[2:]
|
||||
|
||||
Reference in New Issue
Block a user