Skip to content

Commit

Permalink
revert the change
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Apr 10, 2018
1 parent 3c0770f commit d82b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/patched/contoml/file/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def has_anonymous_entry():
if has_anonymous_entry():
return items
else:
return items + [('', self[''])]
return list(items) + [('', self[''])]

@property
def primitive(self):
Expand Down

0 comments on commit d82b1fa

Please sign in to comment.