From 523143d894cbf23e4f2952c9e513040056797057 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 18 Apr 2008 16:48:05 +0000 Subject: [PATCH] minor fix --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 9b09525..db8abb6 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -289,7 +289,7 @@ class TestPlc: # we need build dir for vtest-init-vserver if self.is_local(): # a full path for the local calls - build_dir=os.path(sys.argv[0])+"/build" + build_dir=os.path.dirname(sys.argv[0])+"/build" else: # use a standard name - will be relative to HOME build_dir="options.buildname" -- 2.43.0