mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
revert the change
This commit is contained in:
@@ -231,7 +231,7 @@ class TOMLFile:
|
||||
if has_anonymous_entry():
|
||||
return items
|
||||
else:
|
||||
return items + [('', self[''])]
|
||||
return list(items) + [('', self[''])]
|
||||
|
||||
@property
|
||||
def primitive(self):
|
||||
|
||||
Reference in New Issue
Block a user