Refactored executable arguments

This commit is contained in:
2022-05-22 18:33:07 +02:00
parent dec4a45d98
commit 24ab6a51c1
15 changed files with 15 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ class CustomScriptService(CommandABC):
def help_message(self) -> str:
return ''
def run(self, args: list[str]):
def execute(self, args: list[str]):
cmd = self._config.get_configuration('ACTIVE_EXECUTABLE')
for script in self._workspace.scripts: