Added plugin.run() with arguments. /JL

This commit is contained in:
Jan Lerking
2025-03-27 09:35:29 +01:00
parent b5d2e1b0be
commit 34ba757bc6
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class XtendRBase(ABC):
Stopping TestPlugin
"""
@abstractmethod
def run(self):
def run(self, *args):
pass
@abstractmethod