We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d365ee + b67f2cf commit 59adffdCopy full SHA for 59adffd
src/spaceone/core/scheduler/worker.py
@@ -54,9 +54,7 @@ def execute(self):
54
f"[SingleTask.execute] Fail to execute method ({self.method}): {e}",
55
exc_info=True,
56
)
57
- raise ERROR_TASK_METHOD(
58
- name=self.name, method=self.method, params=self.params
59
- )
+ raise ERROR_TASK_METHOD(name=self.name, method=self.method)
60
61
62
class SpaceoneTask:
0 commit comments