Skip to content

Commit

Permalink
fixup! Better error handling for DEP5 parse errors
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
  • Loading branch information
carmenbianca committed Oct 25, 2023
1 parent c46c2ad commit 1cdcf9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/reuse/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
from debian.copyright import Copyright

from . import __REUSE_version__, __version__
from ._util import _LICENSEREF_PATTERN, _LICENSING, StrPath, _checksum, _parse_dep5
from ._util import (
_LICENSEREF_PATTERN,
_LICENSING,
StrPath,
_checksum,
_parse_dep5,
)
from .project import Project, ReuseInfo

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 1cdcf9c

Please sign in to comment.