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 );
|
||||||
|
|||||||
Reference in New Issue
Block a user