Scott Kruger <[email protected]> writes: > I assume that this: > if exfile.endwith("~"): continue
Just spell it right
exfile.endswith("~")
Scott Kruger <[email protected]> writes: > I assume that this: > if exfile.endwith("~"): continue
Just spell it right
exfile.endswith("~")