Skip to content

Commit b03afb2

Browse files
committed
Fix linting
1 parent 08bbe82 commit b03afb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aredis_om/model/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,8 @@ async def _parse_json_path_projection_as_dict(
950950

951951
projected_results.append(projected_data)
952952

953-
except Exception:
954-
# If JSON.GET fails, skip this document
953+
except Exception: # nosec B112
954+
# If JSON.GET fails (connection, parsing, etc.), skip this document
955955
continue
956956

957957
return projected_results

0 commit comments

Comments
 (0)