From 02107c204307d48ed8875e876e5256cea0c79fbc Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Mon, 24 Feb 2020 13:10:22 +0700 Subject: [PATCH] black --- mythril/interfaces/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mythril/interfaces/cli.py b/mythril/interfaces/cli.py index feb149d6..8462813b 100644 --- a/mythril/interfaces/cli.py +++ b/mythril/interfaces/cli.py @@ -770,7 +770,6 @@ def parse_args_and_execute(parser: ArgumentParser, args: Namespace) -> None: :param args: The args """ - if args.epic: path = os.path.dirname(os.path.realpath(__file__)) sys.argv.remove("--epic")