Update fsrimagevideoupscaler-cli.py
Fix indentation error
This commit is contained in:
@@ -25,7 +25,7 @@ go = True;
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
multiprocessing.freeze_support();
|
multiprocessing.freeze_support();
|
||||||
if ( os.path.exists( args.outputfile ) ):
|
if ( os.path.exists( args.outputfile ) ):
|
||||||
if ( input( 'File already exists. Do you want to replace it? (y/n) ' ).lower() == 'y' ):
|
if ( input( 'File already exists. Do you want to replace it? (y/n) ' ).lower() == 'y' ):
|
||||||
go = True
|
go = True
|
||||||
os.remove( args.outputfile );
|
os.remove( args.outputfile );
|
||||||
@@ -46,4 +46,4 @@ if __name__ == '__main__':
|
|||||||
if ( args.threads != None ):
|
if ( args.threads != None ):
|
||||||
handler.handler( 'bin/lib/FidelityFX_CLI.exe', args.inputfile, 'custom', '2x', args.outputfile, threads=int( args.threads ) );
|
handler.handler( 'bin/lib/FidelityFX_CLI.exe', args.inputfile, 'custom', '2x', args.outputfile, threads=int( args.threads ) );
|
||||||
else:
|
else:
|
||||||
handler.handler( 'bin/lib/FidelityFX_CLI.exe', args.inputfile, 'custom', '2x', args.outputfile )
|
handler.handler( 'bin/lib/FidelityFX_CLI.exe', args.inputfile, 'custom', '2x', args.outputfile )
|
||||||
|
|||||||
Reference in New Issue
Block a user