Skip to content

Commit

Permalink
[review] remove leftover comment
Browse files Browse the repository at this point in the history
squash with [review] improve error messages and tests in creation_info_parser
  • Loading branch information
meretp committed Feb 21, 2023
1 parent ae426fc commit 51bfd7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spdx/parser/rdf/creation_info_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def parse_namespace_and_spdx_id(graph: Graph) -> (str, str):
sys.exit("No '#' found in the URI of SpdxDocument, "
"the URI for the SpdxDocument should be the namespace appended by '#SPDXRef-DOCUMENT.")

# namespace = subject.split("#")[0]
namespace, spdx_id = urldefrag(subject)

if not namespace:
Expand Down

0 comments on commit 51bfd7c

Please sign in to comment.