Skip to content

Commit

Permalink
Merge pull request #178 from datajoint/patch-177
Browse files Browse the repository at this point in the history
Patch #177
  • Loading branch information
yambottle committed Sep 17, 2024
2 parents 1b4fb1a + ce0b260 commit 6876acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pharus/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def _fetch_records(
attribute_info.is_blob
or attribute_info.is_attachment
or attribute_info.is_filepath
or attribute_info.json
):
if non_blobs_row[attribute_name] is None:
# If it is none then just append None
Expand Down

0 comments on commit 6876acb

Please sign in to comment.