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