Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Sep 13, 2012
1 parent 656bca5 commit 7d539f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/moa/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def newJob(job, template, title, parameters=[], provider=None):
job.conf.title = title
for pk, pv in parameters:
job.conf[pk] = pv
moa.ui.message('setting "%s" to "%s"' % (pk, pv))
moa.ui.message('Setting "%s" to "%s"' % (pk, pv))
job.conf.save()
return job

Expand Down

0 comments on commit 7d539f7

Please sign in to comment.