revert the change

This commit is contained in:
frostming
2018-04-09 08:55:41 +08:00
committed by Frost Ming
parent 3c0770fb7a
commit d82b1faf93
+1 -1
View File
@@ -231,7 +231,7 @@ class TOMLFile:
if has_anonymous_entry():
return items
else:
return items + [('', self[''])]
return list(items) + [('', self[''])]
@property
def primitive(self):