Add comment clarifying 7zip command

pull/21/head
Dan Puttick 2017-08-11 20:02:05 -04:00
parent a1585113cd
commit 77e0d55f95
1 changed files with 1 additions and 0 deletions

View File

@ -623,6 +623,7 @@ class KittenGroomerFileCheck(KittenGroomerBase):
else:
tempdir_path = file.make_tempdir()
command_str = '{} -p1 x "{}" -o"{}" -bd -aoa'
# -p1=password, x=extract, -o=output location, -bd=no % indicator, -aoa=overwrite existing files
unpack_command = command_str.format(SEVENZ_PATH,
file.src_path, tempdir_path)
self._run_process(unpack_command)