mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +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
|
||||
|
||||
@property
|
||||
def coverage(self) -> bool:
|
||||
def coverage(self) -> str:
|
||||
if self.build_config is None:
|
||||
return self._wrong_config_message
|
||||
return self.build_config.coverage
|
||||
return str(self.build_config.coverage)
|
||||
|
||||
@property
|
||||
def grouped_urls(self) -> List[List[str]]:
|
||||
|
Loading…
Reference in New Issue
Block a user