changeset 132:65b5e9acf98a draft

Uploaded
author fubar
date Sat, 10 Apr 2021 01:04:14 +0000
parents 72d190989c68
children b843d75a5107
files toolfactory/rgToolFactory2.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/toolfactory/rgToolFactory2.py	Fri Apr 09 23:23:12 2021 +0000
+++ b/toolfactory/rgToolFactory2.py	Sat Apr 10 01:04:14 2021 +0000
@@ -305,10 +305,10 @@
                 print(f'### warning. Repeats for {nam} ignored - not permitted in positional parameter command lines!')
             over = p["override"]
             clsuffix.append([p["CL"], nam, over])
-            xclsuffix.append([p["CL"], nam, over])
+            xclsuffix.append([p["CL"],  '"$%s"' % nam, over])
         for p in self.selpar:
-            clsuffix.append([p["CL"], p["name"], p["override"]])
-            xclsuffix.append([p["CL"], '"$%s"' % p["name"], p["override"]])
+            clsuffix.append([p["CL"], nam, p["override"]])
+            xclsuffix.append([p["CL"], '"$%s"' % nam, p["override"]])
         clsuffix.sort()
         xclsuffix.sort()
         self.xclsuffix = xclsuffix