diff --git a/lol b/lol deleted file mode 100644 index 8f171a08..00000000 --- a/lol +++ /dev/null @@ -1 +0,0 @@ -awwawwawwawwawwaww \ No newline at end of file diff --git a/mythril b/mythril index ffebb8c5..b81557df 100755 --- a/mythril +++ b/mythril @@ -89,8 +89,8 @@ elif (args.trace): bytecode = util.file_to_raw_bytes(args.infile) - except Exception as e: - exitWithError("Exception loading bytecode from file" + str(e.message)) + except FileNotFoundError: + exitWithError("Error loading bytecode: Input file not found") else: exitWithError("Trace: Provide the input bytecode using -c BYTECODE or -f INPUT_FILE")