Show More
@@ -404,7 +404,7 b' def supportedcompengines(ui, role):' | |||||
404 | ) |
|
404 | ) | |
405 | % config, |
|
405 | % config, | |
406 | hint=_(b'usable compression engines: %s') |
|
406 | hint=_(b'usable compression engines: %s') | |
407 | % b', '.sorted(validnames), |
|
407 | % b', '.sorted(validnames), # pytype: disable=attribute-error | |
408 | ) |
|
408 | ) | |
409 |
|
409 | |||
410 | return compengines |
|
410 | return compengines |
General Comments 0
You need to be logged in to leave comments.
Login now