Rename method for more distinction/clarity.
Chris Pressey
3 years ago
128 | 128 | if options.debug: |
129 | 129 | pprint(emitter.accum) |
130 | 130 | else: |
131 | emitter.serialize(fh) | |
131 | emitter.serialize_to(fh) | |
132 | 132 | |
133 | 133 | |
134 | 134 | if __name__ == '__main__': |