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.pull/53/head
parent
8c085d1ea6
commit
a8dcd53ccc
Loading…
Reference in New Issue