Skip to content

Commit

Permalink
minor: bug fix - problem setting vars using 'moa set title'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Oct 30, 2012
1 parent b8f57d2 commit c6fbe49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moa/plugin/system/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def set(job, args):

if not '=' in a:
old = job.conf[a]
key = a
val = moa.ui.askUser("%s:\n> " % a, old)
else:
key, val = a.split('=', 1)
Expand Down

0 comments on commit c6fbe49

Please sign in to comment.