On 19/08/2017 12:16, John Emmas wrote:
I still don't understand why this line (in commit #fe2a9887a8):-
elif os.name == 'nt'
got changed to this:-
elif os.basename(filedir) == 'bin'
They clearly don't do the same thing...
Any thoughts anyone?
Was it maybe intended to be this..?
elif os.basename(filedir) != 'bin'
|