Skip to content

Commit

Permalink
minor: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Oct 24, 2012
1 parent 73cef9b commit ef76966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moa/plugin/system/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def set(job, args):

#see if we need to query the user for input somehwere
if not args.system:
moa.util.moaDirOrExit()
moa.utils.moaDirOrExit(job)

new_pars = []
for a in args.parameter:
Expand Down

0 comments on commit ef76966

Please sign in to comment.