Bläddra i källkod

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

abec 13 år sedan
förälder
incheckning
cff40ec
1 ändrade filer med 1 tillägg och 1 borttagningar
  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."))