Update pzztest.py

This commit is contained in:
tmpz23 2022-01-18 16:17:38 +01:00 committed by GitHub
parent 60ab3f2136
commit b5df1e68e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ def verify_sha256(folder1: Path, folder2: Path):
start = time.time() start = time.time()
print("###############################################################################") print("###############################################################################")
print("# Checking tests folder") print("# Checking tests folder -> tests take 3 hour 35 minutes")
print("###############################################################################") print("###############################################################################")
# Check if tests folders exist # Check if tests folders exist
if unpack_path.is_dir() or repack_path.is_dir() or compress_path.is_dir() or pzzfolder_path.is_dir() or batchdecompress_path.is_dir() or batchcompress_path.is_dir(): if unpack_path.is_dir() or repack_path.is_dir() or compress_path.is_dir() or pzzfolder_path.is_dir() or batchdecompress_path.is_dir() or batchcompress_path.is_dir():