Show More
@@ -62,7 +62,7 b' def synthesize(vers, opts):' | |||
|
62 | 62 | vers["capabilities"] = {} |
|
63 | 63 | for name in opts["optional"]: |
|
64 | 64 | vers["capabilities"][name] = check(parsed_version, name) |
|
65 | failed = False # noqa: F841 T25377293 Grandfathered in | |
|
65 | ||
|
66 | 66 | for name in opts["required"]: |
|
67 | 67 | have = check(parsed_version, name) |
|
68 | 68 | vers["capabilities"][name] = have |
General Comments 0
You need to be logged in to leave comments.
Login now