From 2f8888f644d7f7799259ab745eca32f4c2380321 Mon Sep 17 00:00:00 2001 From: Christian Tremblay Date: Thu, 25 Aug 2016 21:10:51 -0400 Subject: [PATCH] Solves issue 88 Signed-off-by: Christian Tremblay --- samples/ReadPropertyMultiple.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/ReadPropertyMultiple.py b/samples/ReadPropertyMultiple.py index 9a9d9290..a539a576 100755 --- a/samples/ReadPropertyMultiple.py +++ b/samples/ReadPropertyMultiple.py @@ -206,6 +206,9 @@ def do_read(self, args): # def main(): + global this_application + global this_device + global this_console # parse the command line arguments args = ConfigArgumentParser(description=__doc__).parse_args()