Skip to content

Commit 30c1488

Browse files
committed
update the return the value of 'dje_license_name' instead of the value of 'dje_license' which can be name/urns/key.
1 parent fb614c0 commit 30c1488

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
@@ -936,7 +936,7 @@ def get_dje_license_name(self):
936936
Return the dje_license value if the dje_license field exists
937937
"""
938938
try:
939-
return self.parsed['dje_license']
939+
return self.parsed['dje_license_name']
940940
except Exception as e:
941941
pass
942942

0 commit comments

Comments
 (0)