8556: ValueError: underlying buffer has been detached (from Paul's patch)

This commit is contained in:
Doug Blank 2015-12-13 11:29:24 -05:00 committed by Nick Hall
parent 257ea9117f
commit ef762645e3

View File

@ -126,7 +126,7 @@ class GrampsXmlWriter(UpdateCallback):
"""
if filename == '-':
import sys
g = sys.stdout
g = sys.stdout.buffer
self.compress = False
else:
base = os.path.dirname(filename)