mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
fix
This commit is contained in:
parent
2bb3dd7cbc
commit
582e01ba57
@ -174,7 +174,7 @@ if __name__ == "__main__":
|
||||
from os import path, sys
|
||||
|
||||
ACTIVE_DIR = path.dirname(path.abspath(__file__))
|
||||
sys.path.append(Path(path.dirname(ACTIVE_DIR)) / "ci")
|
||||
sys.path.append((Path(path.dirname(ACTIVE_DIR)) / "ci").as_posix())
|
||||
from env_helper import ( # pylint: disable=import-error,no-name-in-module
|
||||
S3_BUILDS_BUCKET,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user