Skip to content
Snippets Groups Projects
Commit a0fe103d authored by bwalkow's avatar bwalkow
Browse files

Fix pep8

parent e6429c58
1 merge request!5Develop
Pipeline #6853 passed with stage
in 30 seconds
......@@ -11,7 +11,8 @@ s3_endpoint = parser["deployment"].get("s3_endpoint", "https://s3.clarin-pl.eu")
s3_location = parser["deployment"].get(
"models_s3_location", "s3://workers/winer/models/base"
)
local_models_location = parser["deployment"].get("models_cache_dir", "/home/worker/models/base")
local_models_location = \
parser["deployment"].get("models_cache_dir", "/home/worker/models/base")
cmd = (
f'aws --no-sign-request --endpoint-url "{s3_endpoint}" s3 sync --delete'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment