Explorar o código

[pylint] Fix the long line in Impala conf

Ying Chen hai 1 ano
pai
achega
7f2b78897c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
 )