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 f8c56b7 commit e5a1067Copy full SHA for e5a1067
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