mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-17 17:00:27 +02:00
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:
parent
10279c35d6
commit
b8bc2b80f2
@ -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.
|
||||
|
@ -223,7 +223,7 @@ class Update(object):
|
||||
else:
|
||||
pat+=s+' '
|
||||
dt_pattern=pat
|
||||
|
||||
dt_pattern=dt_pattern.strip()
|
||||
|
||||
except AttributeError:
|
||||
return ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user