mirror of
https://github.com/Virtual-World-RE/NeoGF.git
synced 2024-11-15 10:45:33 +01:00
Update pzztest.py
This commit is contained in:
parent
946cade8c9
commit
036c05c302
|
@ -7,7 +7,7 @@ import pzztool
|
|||
import shutil
|
||||
|
||||
|
||||
__version__ = "0.0.1"
|
||||
__version__ = "0.0.2"
|
||||
__author__ = "rigodron, algoflash, GGLinnk"
|
||||
__license__ = "MIT"
|
||||
__status__ = "developpement"
|
||||
|
@ -56,6 +56,9 @@ def get_argparser():
|
|||
|
||||
|
||||
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()
|
||||
|
||||
p_input = Path(args.input_path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user