aboutsummaryrefslogtreecommitdiff
path: root/jobs/JobSpawner.py
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2016-01-31 14:37:22 -0500
committerTom Ritter <tom@ritter.vg>2016-01-31 14:37:22 -0500
commit618c3606a1f5f230124a937201e53589dbab1260 (patch)
tree8eed5b8222409e7f91de99e525c8eeea3a19b953 /jobs/JobSpawner.py
parent3bea3bae59e7404b286b5bf97a6270270bfadd6c (diff)
Correcting a few small errors
Diffstat (limited to 'jobs/JobSpawner.py')
-rwxr-xr-xjobs/JobSpawner.py4
1 files changed, 2 insertions, 2 deletions
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