mirror of
https://github.com/Virtual-World-RE/NeoGF.git
synced 2024-11-15 13:55:35 +01:00
Update pzztest.py
This commit is contained in:
parent
946cade8c9
commit
036c05c302
|
@ -7,7 +7,7 @@ import pzztool
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.0.1"
|
__version__ = "0.0.2"
|
||||||
__author__ = "rigodron, algoflash, GGLinnk"
|
__author__ = "rigodron, algoflash, GGLinnk"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__status__ = "developpement"
|
__status__ = "developpement"
|
||||||
|
@ -56,6 +56,9 @@ def get_argparser():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
|
if unpack_path.is_dir() or repack_path.is_dir():
|
||||||
|
raise Exception(f"Error - Please remove:\n-{unpack_path}\n{repack_path}")
|
||||||
args = get_argparser().parse_args()
|
args = get_argparser().parse_args()
|
||||||
|
|
||||||
p_input = Path(args.input_path)
|
p_input = Path(args.input_path)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user