Show More
@@ -1459,7 +1459,7 b' class TTest(Test):' | |||
|
1459 | 1459 | if not el.endswith(b" (?)\n"): |
|
1460 | 1460 | m = optline.match(el) |
|
1461 | 1461 | if m: |
|
1462 | conditions = [c for c in m.group(2).split(' ')] | |
|
1462 | conditions = [c for c in m.group(2).split(b' ')] | |
|
1463 | 1463 | |
|
1464 | 1464 | if self._hghave(conditions)[0]: |
|
1465 | 1465 | # Don't append as optional line |
General Comments 0
You need to be logged in to leave comments.
Login now