mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
add generate context menu get server status
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -17,6 +17,13 @@ def apply_field(field):
|
||||
return fun
|
||||
|
||||
|
||||
def apply_task_arg(field):
|
||||
def fun(p, x, xs):
|
||||
shared.log.debug(f'XYZ grid apply task-arg: {field}={x}')
|
||||
p.task_args[field] = x
|
||||
return fun
|
||||
|
||||
|
||||
def apply_task_args(p, x, xs):
|
||||
for section in x.split(';'):
|
||||
k, v = section.split('=')
|
||||
|
||||
Reference in New Issue
Block a user