Show More
@@ -1770,7 +1770,7 class TTest(Test): | |||
|
1770 | 1770 | |
|
1771 | 1771 | if self._case: |
|
1772 | 1772 | casestr = b'#'.join(self._case) |
|
1773 |
if isinstance( |
|
|
1773 | if isinstance(casestr, str): | |
|
1774 | 1774 | quoted = shellquote(casestr) |
|
1775 | 1775 | else: |
|
1776 | 1776 | quoted = shellquote(casestr.decode('utf8')).encode('utf8') |
General Comments 0
You need to be logged in to leave comments.
Login now