Skip to content

Commit e709bea

Browse files
Lint
1 parent fead4e4 commit e709bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deployment/presto-clp/scripts/generate-user-env-vars-file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _add_clp_env_vars(clp_package_dir: Path, env_vars: Dict[str, str]) -> bool:
111111
"archive_output.storage.directory",
112112
str(clp_package_dir / "var" / "data" / "archives"),
113113
)
114-
114+
115115
if Path(clp_archives_dir).is_absolute():
116116
env_vars["CLP_ARCHIVES_DIR"] = clp_archives_dir
117117
else:

0 commit comments

Comments
 (0)