From 9c04d5aa9e4f52cbe8e15dc8e69324c6b7ae6e17 Mon Sep 17 00:00:00 2001 From: sfop Date: Tue, 5 Jul 2016 13:48:12 +0200 Subject: [PATCH] Script execution --- script/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/local.py b/script/local.py index b1b3222..f91fe16 100755 --- a/script/local.py +++ b/script/local.py @@ -200,6 +200,7 @@ import ch.psi.pshell.epics.CAS as CAS class ServerUrl(ReadonlyRegisterBase): def doRead(self): + print "XXX" return controller.server.baseURL \ if controller.isServerEnabled():