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.
2 parents f8c56b7 + e5a1067 commit 2f0d72eCopy full SHA for 2f0d72e
command_line.py
@@ -368,7 +368,7 @@ def get_versions(self):
368
369
old_versions = set(nw_version.values)
370
old_versions = old_versions.union(union_versions)
371
- new_versions = set(re.findall('(\S+) / \S+', html))
+ new_versions = set(re.findall('(\S+) / \d{2}-\d{2}-\d{4}', html))
372
373
union_versions = old_versions.union(new_versions)
374
0 commit comments