Skip to content

Commit

Permalink
better output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Sep 13, 2012
1 parent 7a35ae8 commit 5ca1985
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/python/moa/plugin/job/versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,4 @@ def hook_pre_run(job):
moa.ui.warn("Version differences found")
for k in diffset:
v = diffset[k]
moa.ui.warn(" - %s" % k)
moa.ui.warn(" last run: '%s'" % v[0])
moa.ui.warn(" now: '%s'" % v[1])
moa.ui.warn(' - %s is now "%s" (was "%s")' % (k, v[1], v[0]))

0 comments on commit 5ca1985

Please sign in to comment.