Fix hardcoded path

pull/2/head
Bernhard Mueller 7 years ago
parent 1588d92654
commit 8828b21e9c
  1. 2
      myth
  2. 2
      setup.py

@ -86,7 +86,7 @@ if (args.disassemble):
sys.stdout.write(easm_text)
if (args.graph):
generate_callgraph(disassembly, '/Users/berndt/Desktop/test.svg')
generate_callgraph(disassembly, args.graph)
elif (args.trace):

@ -169,7 +169,7 @@ others in the security community.
setup(
name='mythril',
version='0.2.10',
version='0.2.11',
description='A reversing and bug hunting framework for the Ethereum blockchain',
long_description=long_description,

Loading…
Cancel
Save