Explorar o código

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

abec %!s(int64=13) %!d(string=hai) anos
pai
achega
cff40ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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."))