Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Jun 3, 2012
1 parent d32e85c commit f89deff
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lib/python/moa/plugin/system/newjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def new(job, args):
"""

wd = job.wd
targetdir = args.directory
#targetdir = args.directory
title = ""
if job.conf.title:
title = job.conf.title
Expand Down Expand Up @@ -119,14 +119,6 @@ def new(job, args):
moa.ui.message('with title "%s"' % title)


# if provider:
# moa.ui.fprint("Created a Moa {{bold}}%s{{reset}}:{{green}}%s{{reset}} job" %
# (provider, template),
# f='jinja')
# else:
# moa.ui.fprint("Created a Moa {{green}}{{bold}}%s{{reset}} job" % template,
# f='jinja')

def hook_git_finish_new():
l.debug('running git add for newjob')
job = sysConf.job
Expand Down

0 comments on commit f89deff

Please sign in to comment.