Skip to content

Commit 7c8271d

Browse files
committed
Merge branch 'v2x_maintenance'
2 parents 8f484c4 + b2de07f commit 7c8271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about_code_tool/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ def generate_attribution(self, template_path=None, limit_to=None, verification=N
13501350
# match the about_file's location with the input list.
13511351
about_relative_path = about_object.location.partition(
13521352
normpath(self.location))[2]
1353-
if component == about_relative_path:
1353+
if component == posix_path(about_relative_path):
13541354
component_exist = True
13551355
about_content = self.get_about_context(about_object)
13561356
license_dict[about_object.get_dje_license_name()] = about_content['license_text']

0 commit comments

Comments
 (0)