Преглед на файлове

HUE-775 [fb] Remove useless underscore from previous commit

abec преди 13 години
родител
ревизия
cff40ec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      desktop/libs/hadoop/src/hadoop/fs/hadoopfs.py

+ 1 - 1
desktop/libs/hadoop/src/hadoop/fs/hadoopfs.py

@@ -217,7 +217,7 @@ class Hdfs(object):
     return (schema, netloc, normpath(path), '', '')
 
   def exists(self):
-    raise NotImplementedError(_("exists has not been implemented."_))
+    raise NotImplementedError(_("exists has not been implemented."))
 
   def do_as_user(self):
     raise NotImplementedError(_("do_as_user has not been implemented."))