Преглед изворни кода

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."))