We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf4269 commit fde0499Copy full SHA for fde0499
pharus/interface.py
@@ -128,7 +128,7 @@ def _fetch_records(query,
128
query_restricted = query & dj.AndList([
129
_DJConnector._filter_to_restriction(f, attributes[f['attributeName']].type)
130
for f in restriction])
131
-
+
132
if fetch_blobs and not fetch_args:
133
fetch_args = [*query.heading.attributes]
134
elif not fetch_args:
0 commit comments