Skip to content

Commit

Permalink
added a actor function attribute declaring this as a synchronous actor
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Nov 8, 2012
1 parent db18aed commit a6c321e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moa/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ def simpleRunner(wd, cl, conf={}, **kwargs):
- return the rc
"""

#declare this as an synchronous runner
simpleRunner.category = 'sync'

outDir = os.path.join(wd, '.moa', 'log.latest')
if not os.path.exists(outDir):
try:
Expand Down

0 comments on commit a6c321e

Please sign in to comment.