mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +01: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:
@@ -223,7 +223,7 @@ class Update(object):
|
||||
else:
|
||||
pat+=s+' '
|
||||
dt_pattern=pat
|
||||
|
||||
dt_pattern=dt_pattern.strip()
|
||||
|
||||
except AttributeError:
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user