mirror of
https://github.com/Virtual-World-RE/NeoGF.git
synced 2025-04-08 12:56:40 +02:00
Update pzztest.py
This commit is contained in:
parent
60ab3f2136
commit
b5df1e68e1
@ -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():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user