Skip to content

Commit

Permalink
some emergency call tracking code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Jun 17, 2012
1 parent b51b7ba commit b67e9f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/python/moa/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ def run(self, command, reverse=False, only=[], **kwargs):
possibly in `reverse` order
possiby only plugins in the `only` list
"""
#import traceback
#print '~' * 80
#print "\n".join(traceback.format_stack()[-4:-1])
#print 'calling ', command
rv = {}
runOrder = copy.copy(self.pluginList)
if reverse:
Expand Down

0 comments on commit b67e9f9

Please sign in to comment.