open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
6 stars 22 forks source link

Fix for status variable in OutputSdmxMl #305

Closed brockfanning closed 2 years ago

brockfanning commented 2 years ago
Q A
Feature branch/test site URL [Link](add link here)
Fixed issues N/A
Related version 2.0.0-dev
Bugfix, feature or docs?

The status variable in OutputSdmxMl is getting messed up because the .write method does not return a boolean - it returns a number of bytes.