skip_if_exists not passed to centos parser within RHEL parser #17
Labels
bug
Something isn't working
provider:rhel
Relating to the RHEL provider
question
Further information is requested
The RHEL parser uses the centos parser in order to download results. The centos parser has a
skip_if_exists
attribute that is leveraged by the centos provider based on the runtime config (wired intocentos.Parser.get()
). The same functionality in the RHEL parser is not wired to the internal centos parser instance even though there is askip_if_exists
feature for the RHEL provider as a whole.Question: is leaving out
skip_if_exists
on the centos parser calls within the RHEL parser intentional? If so, we need some comments as to why to help folks out in the future.The text was updated successfully, but these errors were encountered: