Skip to content

Commit

Permalink
removed superfluous job/prepare call
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Jun 17, 2012
1 parent b67e9f9 commit f466bd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/python/moa/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ def __init__(self, wd):
wd = wd[:-1]
self.wd = wd

self.run_hook('prepare')

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 f466bd9

Please sign in to comment.