Skip to content

Commit

Permalink
minor: defined what commands need a job
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Oct 23, 2012
1 parent 9a78022 commit 19fa24d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/python/moa/plugin/system/moautil.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
l = moa.logger.getLogger(__name__)


@moa.args.needsJob
@moa.args.private
@moa.args.command
def archive_incl(job, args):
Expand All @@ -44,6 +45,7 @@ def archive_incl(job, args):
os.unlink(moaNoArchiveFile)


@moa.args.needsJob
@moa.args.private
@moa.args.command
def archive_excl(job, args):
Expand Down

0 comments on commit 19fa24d

Please sign in to comment.