You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ET automagically handles the severity for the synopsis in RHSA's# but will still see it as a docs change if we write the same one# back again, so remove it.ifself.errata_type=='RHSA':
severity=r'^(Low|Moderate|Important|Critical): 'self.synopsis=re.sub(severity, "", self.synopsis)
This ET server behavior might be changing in RHELWF-181. Need to confirm with the latest ET version that this is still an issue. If it's truly resolved, we can drop this workaround code.
The text was updated successfully, but these errors were encountered:
In
erratum.py
we have the following workaround:This ET server behavior might be changing in RHELWF-181. Need to confirm with the latest ET version that this is still an issue. If it's truly resolved, we can drop this workaround code.
The text was updated successfully, but these errors were encountered: