remove debug code
This commit is contained in:
Binary file not shown.
@@ -214,7 +214,6 @@ class Handler:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
self.base = t * self.fileCount;
|
self.base = t * self.fileCount;
|
||||||
print( self.base );
|
|
||||||
if ( self.os_type == 'win32' ):
|
if ( self.os_type == 'win32' ):
|
||||||
for j in range( self.fileCount ):
|
for j in range( self.fileCount ):
|
||||||
os.rename( f'{tmppath}{self.fileList[ self.base + j ] }', f'{tmppath}{ t }\\{self.fileList[ self.base + j ] }' )
|
os.rename( f'{tmppath}{self.fileList[ self.base + j ] }', f'{tmppath}{ t }\\{self.fileList[ self.base + j ] }' )
|
||||||
@@ -224,8 +223,6 @@ class Handler:
|
|||||||
|
|
||||||
self.cmdList.append( ( tmppath, t, quality_setting, model, self.os_type ) )
|
self.cmdList.append( ( tmppath, t, quality_setting, model, self.os_type ) )
|
||||||
|
|
||||||
print( self.threads * self.fileCount );
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.mkdir( f'{tmppath}{self.threads + 1}' )
|
os.mkdir( f'{tmppath}{self.threads + 1}' )
|
||||||
except FileExistsError:
|
except FileExistsError:
|
||||||
|
|||||||
Reference in New Issue
Block a user