Buggy Output.write()
Output.write()
has some defects we have to correct:
- it will fails when
self.filepath
andfilepath
areNone
- multiple outputs are not supported without hacking the function call
Output.write()
has some defects we have to correct:
self.filepath
and filepath
are None