From d23a83060ddad0b6da5504d8cb5d524891ad9631 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 26 Dec 2012 11:25:03 +0000 Subject: pep8ize --- (limited to 'commands/clean') 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 -- cgit v0.9.1