summaryrefslogtreecommitdiffstats
path: root/python/astra
diff options
context:
space:
mode:
Diffstat (limited to 'python/astra')
-rw-r--r--python/astra/plugin.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/astra/plugin.py b/python/astra/plugin.py
index 891f6c9..bbbc450 100644
--- a/python/astra/plugin.py
+++ b/python/astra/plugin.py
@@ -65,6 +65,13 @@ class base(object):
log.error(str(e))
raise
+ def astra_run(self, its):
+ try:
+ self.run(its)
+ except Exception as e:
+ log.error(str(e))
+ raise
+
def register(name, className):
"""Register plugin with ASTRA.