Closed JThoennes closed 2 years ago
@donmendelson I found the issue. The call to dcoumentWriter.write(context) was duplicated.
dcoumentWriter.write(context)
BTW, this is my first public GitHub Pull Request ever since :smiley:
@donmendelson I found the issue. The call to
dcoumentWriter.write(context)
was duplicated.