more
This commit is contained in:
parent
d314c0fd07
commit
753630e651
1
.gitignore
vendored
1
.gitignore
vendored
@ -160,3 +160,4 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
reference/
|
reference/
|
||||||
|
test-ext/
|
||||||
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -10,7 +10,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"args": "${command:pickArgs}"
|
"args": "${command:pickArgs} ./test-files/nopw/thecreepingvine-com-20240303-205009-d0gapb.wpress ./test-ext"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
2
main.py
2
main.py
@ -21,7 +21,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
if os.path.isfile(args.source):
|
if os.path.isfile(args.source):
|
||||||
unpacker.Ai1wmUnpacker(args.target).unpack(args.source)
|
unpacker.Ai1wmUnpacker().unpack(args.source, args.target)
|
||||||
except Ai1wmError as e:
|
except Ai1wmError as e:
|
||||||
print(e)
|
print(e)
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user