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")