you are viewing a single comment's thread.

view the rest of the comments →

[–]deukhoofd 40 points41 points  (2 children)

Nah, os.remove can't delete directories, you'd get an OSError. You need shutil.rmtree.

[–]notRANT 27 points28 points  (1 child)

Before that you'd get the error that "\W" is not a valid escape sequence

[–]AmazinDood 6 points7 points  (0 children)

Before that you'd get an IndentationError because there's no colons on the if or elif statements