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 9e49895 commit 104670bCopy full SHA for 104670b
aredis_om/model/migrations/datetime_migration.py
@@ -54,7 +54,7 @@ async def check_for_schema_mismatches(self, models: List[Any]) -> Dict[str, Any]
54
# Try to get index info
55
index_info = await self.redis.execute_command("FT.INFO", index_name)
56
current_schema = self._parse_index_schema(index_info)
57
- except Exception:
+ except Exception: # nosec B112
58
# Index doesn't exist or other error - skip this model
59
continue
60
0 commit comments