mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix your Py
This commit is contained in:
parent
d38e6158b0
commit
85bd8d3cf0
@ -450,10 +450,10 @@ class BuildResult:
|
|||||||
return self.build_config.sanitizer
|
return self.build_config.sanitizer
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def coverage(self) -> bool:
|
def coverage(self) -> str:
|
||||||
if self.build_config is None:
|
if self.build_config is None:
|
||||||
return self._wrong_config_message
|
return self._wrong_config_message
|
||||||
return self.build_config.coverage
|
return str(self.build_config.coverage)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def grouped_urls(self) -> List[List[str]]:
|
def grouped_urls(self) -> List[List[str]]:
|
||||||
|
Loading…
Reference in New Issue
Block a user