mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 09:42:15 +03:00
minor bug fix
This commit is contained in:
parent
4548253fed
commit
57862558d5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Plugin(threading.Thread):
|
||||||
if obj_name == "TASK":
|
if obj_name == "TASK":
|
||||||
self.logger.debug('[Plugin] Executing task')
|
self.logger.debug('[Plugin] Executing task')
|
||||||
command = Scope.getInstance().getPluginManager().find_command(self.getName(), item_obj.get_command_cls_id().lower())
|
command = Scope.getInstance().getPluginManager().find_command(self.getName(), item_obj.get_command_cls_id().lower())
|
||||||
self.context.put('task_id', item_obj.get_command_cls_id().lower())
|
self.context.put('task_id', item_obj.get_id())
|
||||||
|
|
||||||
task_data = item_obj.get_parameter_map()
|
task_data = item_obj.get_parameter_map()
|
||||||
self.logger.debug('[Plugin] Handling task')
|
self.logger.debug('[Plugin] Handling task')
|
||||||
|
|
Loading…
Reference in a new issue