We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a36ddc commit f27ca3aCopy full SHA for f27ca3a
lib/fdiff/__main__.py
@@ -84,7 +84,7 @@ def run(argv):
84
f"[*] ERROR: The file path '{args.PREFILE}' can not be found.{os.linesep}"
85
)
86
sys.exit(1)
87
- if not args.PREFILE.startswith("http") and not file_exists(args.POSTFILE):
+ if not args.POSTFILE.startswith("http") and not file_exists(args.POSTFILE):
88
sys.stderr.write(
89
f"[*] ERROR: The file path '{args.POSTFILE}' can not be found.{os.linesep}"
90
0 commit comments