Skip to content

Commit

Permalink
Check Attribute.json (bool) to check for fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 17, 2024
1 parent 1b4fb1a commit ce0b260
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 ce0b260

Please sign in to comment.