From 618c3606a1f5f230124a937201e53589dbab1260 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Sun, 31 Jan 2016 14:37:22 -0500 Subject: Correcting a few small errors --- jobs/JobSpawner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jobs/JobSpawner.py') diff --git a/jobs/JobSpawner.py b/jobs/JobSpawner.py index 50f3043..0765339 100755 --- a/jobs/JobSpawner.py +++ b/jobs/JobSpawner.py @@ -1,7 +1,7 @@ #!/usr/bin/env python class JobSpawner: - """OVERRIDE ME - Returns an array (or using 'yield') of Job objects to run""" + """OVERRIDE ME + Returns an array (or using 'yield') of Job objects to run""" def get_sub_jobs(self, config): pass -- cgit v1.2.3