FreeNAS/freenas a367eabsrc/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 str schema validation now.
DeltaFile
+1-1src/middlewared/middlewared/schema.py
+1-11 files

UnifiedSplitRaw