Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 8, 2024
1 parent 066835f commit 1d97086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/oaipmh/oai.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ def processRequest(self, request, metadata_dict):
self.addError(root, Errors.badArgument())
return etree.tostring(root, pretty_print=True, encoding='unicode')


# Check for unknown attributes
unknown_attributes = [param.split('=')[0] for param in query_parameters
if param.split('=')[0] not in attributes_dict]
Expand Down

0 comments on commit 1d97086

Please sign in to comment.