From 9b947f32c3db96c3022afad401b1349205d22259 Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Tue, 1 Mar 2016 16:42:48 +0100 Subject: 1. api-serer: - change multiprosessing work mechanism - add new pywrap functions handling 2. html-server: - now works through api-server --- xml/scripts/test_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml/scripts/test_script.py') diff --git a/xml/scripts/test_script.py b/xml/scripts/test_script.py index 16e4adb..5363a94 100644 --- a/xml/scripts/test_script.py +++ b/xml/scripts/test_script.py @@ -1,4 +1,4 @@ description='this is a test script' def run(ctx, inpt): - return ctx.get_registers_list(); + return bytearray('111') -- cgit v1.2.3