@@ -154,7 +154,7 @@ def handler(signum, frame):
154154 checkcompressfile = pyfoxfile .CheckCompressionSubType (
155155 input_file , fnamedict , True )
156156 if ((pyfoxfile .IsNestedDict (fnamedict ) and checkcompressfile in fnamedict ) or (pyfoxfile .IsSingleDict (fnamedict ) and checkcompressfile == fnamedict ['format_magic' ])):
157- tmpout = pyfoxfile .RePackFoxFile (input_file , getargs .output , "auto" , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , getargs .verbose , False )
157+ tmpout = pyfoxfile .RePackFoxFile (input_file , getargs .output , "auto" , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , getargs .secretkey , getargs . verbose , False )
158158 else :
159159 tmpout = pyfoxfile .PackFoxFileFromInFile (
160160 input_file , getargs .output , __file_format_default__ , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], [], {}, fnamedict , getargs .secretkey , getargs .verbose , False )
@@ -168,21 +168,21 @@ def handler(signum, frame):
168168 input_file , fnamedict , True )
169169 if ((pyfoxfile .IsNestedDict (fnamedict ) and checkcompressfile in fnamedict ) or (pyfoxfile .IsSingleDict (fnamedict ) and checkcompressfile == fnamedict ['format_magic' ])):
170170 pyfoxfile .RePackFoxFile (input_file , getargs .output , "auto" , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt ,
171- False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , getargs .verbose , False )
171+ False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , getargs .secretkey , getargs . verbose , False )
172172 else :
173173 pyfoxfile .PackFoxFileFromInFile (input_file , getargs .output , __file_format_default__ , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], [], {}, fnamedict , getargs .secretkey , getargs .verbose , False )
174174 if (not tmpout ):
175175 sys .exit (1 )
176176 else :
177177 pyfoxfile .RePackFoxFile (input_file , getargs .output , "auto" , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt ,
178- False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , getargs .verbose , False )
178+ False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , getargs .secretkey , getargs . verbose , False )
179179 elif active_action == 'extract' :
180180 if getargs .convert :
181181 checkcompressfile = pyfoxfile .CheckCompressionSubType (
182182 input_file , fnamedict , True )
183183 tempout = BytesIO ()
184184 if ((pyfoxfile .IsNestedDict (fnamedict ) and checkcompressfile in fnamedict ) or (pyfoxfile .IsSingleDict (fnamedict ) and checkcompressfile == fnamedict ['format_magic' ])):
185- tmpout = pyfoxfile .RePackFoxFile (input_file , tempout , "auto" , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , False , False )
185+ tmpout = pyfoxfile .RePackFoxFile (input_file , tempout , "auto" , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , getargs . secretkey , False , False )
186186 else :
187187 tmpout = pyfoxfile .PackFoxFileFromInFile (
188188 input_file , tempout , __file_format_default__ , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], [], {}, fnamedict , getargs .secretkey , False , False )
@@ -209,7 +209,7 @@ def handler(signum, frame):
209209 input_file , fnamedict , True )
210210 tempout = BytesIO ()
211211 if ((pyfoxfile .IsNestedDict (fnamedict ) and checkcompressfile in fnamedict ) or (pyfoxfile .IsSingleDict (fnamedict ) and checkcompressfile == fnamedict ['format_magic' ])):
212- tmpout = pyfoxfile .RePackFoxFile (input_file , tempout , "auto" , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , False , False , False )
212+ tmpout = pyfoxfile .RePackFoxFile (input_file , tempout , "auto" , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , False , getargs .filestart , 0 , 0 , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], getargs .skipchecksum , [], {}, fnamedict , getargs .secretkey , getargs . secretkey , False , False , False )
213213 else :
214214 tmpout = pyfoxfile .PackFoxFileFromInFile (
215215 input_file , tempout , __file_format_default__ , getargs .compression , getargs .wholefile , getargs .level , pyfoxfile .compressionlistalt , [getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum , getargs .checksum ], [], {}, fnamedict , getargs .secretkey , False , False )
0 commit comments