first stage: Remove/dedent else block
Since the above if block ends in a call to os.execv() this block will only ever run when the if condition was false. Hence putting it in an else clause is unnecessary.
Showing
Please register or sign in to comment