2025-07-01 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the PyPAD service that could cause resolution of the
	'%d()' wildcard to return dnagling whitespace.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2025-07-01 17:45:21 -04:00
parent 10279c35d6
commit b8bc2b80f2
2 changed files with 4 additions and 1 deletions

View File

@ -25003,3 +25003,6 @@
the 'Update Library Metadata' attribute was not selected.
2025-07-01 Fred Gleason <fredg@paravelsystems.com>
* Incremented the pacakge version to 4.3.0int10.
2025-07-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the PyPAD service that could cause resolution of the
'%d()' wildcard to return dnagling whitespace.

View File

@ -223,7 +223,7 @@ class Update(object):
else:
pat+=s+' '
dt_pattern=pat
dt_pattern=dt_pattern.strip()
except AttributeError:
return ''