mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
3ccfba1c7f
This currently points to the version-1.4.0 branch.
13 lines
425 B
Diff
13 lines
425 B
Diff
diff --git a/examples/otool.py b/examples/otool.py
|
|
index 2b8efc0..d797b2e 100755
|
|
--- a/examples/otool.py
|
|
+++ b/examples/otool.py
|
|
@@ -342,7 +342,7 @@ if __name__ == '__main__':
|
|
try:
|
|
e = macho_init.MACHO(raw,
|
|
parseSymbols = False)
|
|
- except ValueError, err:
|
|
+ except ValueError as err:
|
|
print("%s:" %file)
|
|
print(" %s" % err)
|
|
continue
|