We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b332d5b commit bdafb80Copy full SHA for bdafb80
osv/ecosystems/bioconductor.py
@@ -60,7 +60,7 @@ def _enumerate_versions(self,
60
# Currently breaking on 3.19,
61
# see https://github.com/google/osv.dev/pull/1477/files#r1575458933
62
try:
63
- bioc_versions = bioc_versions.remove('3.19')
+ bioc_versions.remove('3.19')
64
except ValueError:
65
pass
66
for version in bioc_versions:
0 commit comments