pull/1340/head
Bernhard Mueller 5 years ago
parent 710001c42e
commit 02107c2043
  1. 1
      mythril/interfaces/cli.py

@ -770,7 +770,6 @@ def parse_args_and_execute(parser: ArgumentParser, args: Namespace) -> None:
:param args: The args :param args: The args
""" """
if args.epic: if args.epic:
path = os.path.dirname(os.path.realpath(__file__)) path = os.path.dirname(os.path.realpath(__file__))
sys.argv.remove("--epic") sys.argv.remove("--epic")

Loading…
Cancel
Save