add debug code

This commit is contained in:
janis
2023-05-23 08:36:12 +02:00
parent b194c73963
commit d54e3efb5e

View File

@@ -575,6 +575,7 @@ def sharpeningEngine ( files, fsrpath, number, maxlength, os_type, sharpening ):
else:
print( 'OS CURRENTLY UNSUPPORTED!' )
return False
print( command_sharpening )
sub2 = subprocess.Popen( command_sharpening, shell=True );
sub2.wait()
time.sleep(3)