HBASE-906 [shell] Truncates output
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@700177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2ebc570cf
commit
6be90b30d9
|
@ -88,7 +88,7 @@ module Formatter
|
|||
return
|
||||
end
|
||||
# Remove double-quotes added by 'dump'.
|
||||
return str.dump[1..-1]
|
||||
return str.dump[1..-2]
|
||||
end
|
||||
|
||||
def output(width, str)
|
||||
|
|
Loading…
Reference in New Issue