FreeNAS/freenas f626d0csrc/middlewared/middlewared schema.py

Bug fix for str schema

This commit fixes an issue where time schema's validation would raise an exception as we would be checking length of datetime.time object. We convert the type to string before checking for length in time schema validation now.
DeltaFile
+3-0src/middlewared/middlewared/schema.py
+3-01 files

UnifiedSplitRaw