Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/clean
diff options
context:
space:
mode:
Diffstat (limited to 'commands/clean')
-rwxr-xr-xcommands/clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/clean b/commands/clean
index f45e271..1a68817 100755
--- a/commands/clean
+++ b/commands/clean
@@ -25,7 +25,7 @@ except OSError:
for filename in glob.glob("*.log"):
try:
- os.unlink(filename)
+ os.unlink(filename)
except OSError:
# Files migth not exist
pass