Skip to content

Commit

Permalink
removed superfluous job/prepare run
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Jun 17, 2012
1 parent 9c3418d commit b51b7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/moa
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def run_3(wd, exitOnError=True):
"containing a Moa job (try moa -h)") % command)

sysConf.pluginHandler.run('prepare')
job.run_hook('prepare')
#job.run_hook('prepare') #executed during job initialization
sysConf.pluginHandler.run('pre%s' % command.capitalize())

#run the command function
Expand Down

0 comments on commit b51b7ba

Please sign in to comment.