8000 Merge branch 'dev' of https://github.com/pyexcel/pyexcel into dev · blog2i2j/pyexcel.._..pyexcel@054ad9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 054ad9c

Browse files
committed
Merge branch 'dev' of https://github.com/pyexcel/pyexcel into dev
2 parents 5a1d685 + a86ecfa commit 054ad9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyexcel/sheet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ def make_names_unique(alist):
632632
for item in alist:
633633
if not compact.is_string(type(item)):
634634
item = str(item)
635+
item = item.strip()
635636
if item in duplicates:
636637
duplicates[item] = duplicates[item] + 1
637638
new_names.append("%s-%d" % (item, duplicates[item]))

0 commit comments

Comments
 (0)
0