Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Jun 25, 2012
1 parent b80eca3 commit 686a858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/python/moa/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class Job(object):
def __init__(self, wd):
"""
:param wd: The directory containing the job
:param register: Register this job in the sysConf? Usually this should be yes
"""

#prepare the plugins
Expand All @@ -108,6 +107,9 @@ def __init__(self, wd):
wd = wd[:-1]
self.wd = wd


l.debug('Creating job with wd %s' % self.wd)

self.confDir = os.path.join(self.wd, '.moa')
self.templateFile = os.path.join(self.confDir, 'template')
self.templateMetaFile = os.path.join(self.confDir, 'template.d', 'meta')
Expand Down

0 comments on commit 686a858

Please sign in to comment.