Skip to content

Commit

Permalink
fixup! WIP: Nested REUSE.tomls
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 Dec 22, 2023
1 parent 41a7f0b commit 56c44dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reuse/global_licensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,9 @@ def reuse_info_of(
# REUSE.toml.
info.copy(
path=path,
source_path=str(
PurePath(toml.source).relative_to(self.source)
),
source_path=PurePath(toml.source)
.relative_to(self.source)
.as_posix(),
)
)
if item.precedence == GlobalPrecedence.TOML:
Expand Down

0 comments on commit 56c44dd

Please sign in to comment.