Skip to content

Fixed bug in DataQualityFlag.write(u'<filename>')

This PR fixes #160 (closed) by patching the method underneath DataQualityFlag.write to check against six.string_types, not just str, allowing unicode file names to pass.

There are some test_segments.py improvements included to check against future regression.

Merge request reports