-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
I see the following regression starting with fd58ddc:
/tmp/venv/bin/python -c 'import unidiff; unidiff.PatchSet.from_filename("test.patch.txt")'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/marxin/Programming/python-unidiff/unidiff/patch.py", line 591, in from_filename
instance = cls(f)
File "/home/marxin/Programming/python-unidiff/unidiff/patch.py", line 454, in __init__
self._parse(data, encoding=encoding, metadata_only=metadata_only)
File "/home/marxin/Programming/python-unidiff/unidiff/patch.py", line 506, in _parse
raise UnidiffParseError('Unexpected new file found: %s' % line)
unidiff.errors.UnidiffParseError: Unexpected new file found: new file mode 100644
yan12125
Metadata
Metadata
Assignees
Labels
No labels