Lines Matching full:checksum
18 … sys.stderr.write("[checksum.py] ERROR: " + path + " is not a valid file path" + os.linesep)
23 # was used to generate the .ttx XML dump. This creates unique checksum path values for
28 …# coolfont-regular.woff2 ==> coolfont-regular.ttx (KAPOW! checksum data lost as this would overw…
38 … sys.stderr.write("[checksum.py] -i and --include are not supported for font binary filepaths. \
42 … sys.stderr.write("[checksum.py] -e and --exclude are not supported for font binary filepaths. \
56 # generate the checksum list string for writes
65 checksum_report_filepath = "checksum.txt"
74 … sys.stderr.write("[checksum.py] ERROR: " + path + " is not a valid filepath" + os.linesep)
87 … sys.stderr.write("[checksum.py] ERROR: failed to parse checksum file values" + os.linesep)
117 …parser = argparse.ArgumentParser(prog="checksum.py", description="A SHA1 hash checksum list genera…
121 … parser.add_argument("-c", "--check", help="Verify checksum values vs. files", action="store_true")
122 …parser.add_argument("filepaths", nargs="+", help="One or more file paths. Use checksum file path …