[PEP 8] General Style Part 3

This commit is contained in:
Gormogon 2015-02-18 10:03:57 -05:00
parent 09dc6bb5d7
commit 5c1ee7bbcb
6 changed files with 80 additions and 59 deletions

View file

@ -35,7 +35,6 @@ except ImportError:
class Job:
def __init__(self, working_path, doc, cfg_doc):
self.module_name = doc["name"]
self.pretty_name = "Testing job " + doc["name"]