소스 검색

[pylint] Fix the long line in Impala conf

Ying Chen 1 년 전
부모
커밋
7f2b78897c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      apps/impala/src/impala/conf.py

+ 2 - 1
apps/impala/src/impala/conf.py

@@ -127,7 +127,8 @@ CONFIG_WHITELIST = Config(
 USER_SCRATCH_DIR_PERMISSION = Config(
   key="user_scratch_dir_permission",
   help=_t("Due to IMPALA-10272, the importer fails with READ permissions."
-          "Setting this to True, means setting the scratch directory and its file to 777 so the importer does not fail with permission issue."),
+          "Setting this to True, means setting the scratch directory and its file to 777 so the importer "
+          "does not fail with permission issue."),
   type=coerce_bool,
   default=False
 )