add debug code
This commit is contained in:
@@ -239,6 +239,7 @@ def upscalerEngine ( files, scalefactor, number, maxlength, os_type, version ):
|
|||||||
else:
|
else:
|
||||||
print( 'OS CURRENTLY UNSUPPORTED!' )
|
print( 'OS CURRENTLY UNSUPPORTED!' )
|
||||||
return False
|
return False
|
||||||
|
print( command_us );
|
||||||
sub = subprocess.Popen( command_us, shell=True );
|
sub = subprocess.Popen( command_us, shell=True );
|
||||||
sub.wait();
|
sub.wait();
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
@@ -313,6 +314,7 @@ def sharpeningEngine ( files, number, maxlength, os_type, sharpening, didUpscale
|
|||||||
else:
|
else:
|
||||||
print( 'OS CURRENTLY UNSUPPORTED!' )
|
print( 'OS CURRENTLY UNSUPPORTED!' )
|
||||||
return False
|
return False
|
||||||
|
print( command_sharpening );
|
||||||
sub2 = subprocess.Popen( command_sharpening, shell=True );
|
sub2 = subprocess.Popen( command_sharpening, shell=True );
|
||||||
sub2.wait()
|
sub2.wait()
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
|
|||||||
Reference in New Issue
Block a user