mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
fix
This commit is contained in:
parent
4f23f16417
commit
5e95ce8a48
@ -171,7 +171,7 @@ def main():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from os import sys, path
|
||||
from os import path, sys
|
||||
ACTIVE_DIR = path.dirname(path.abspath(__file__))
|
||||
sys.path.append(path.dirname(ACTIVE_DIR))
|
||||
from ci.env_helper import S3_BUILDS_BUCKET
|
||||
|
Loading…
Reference in New Issue
Block a user