- Anonymous
| Author | Committer | Branch | Timestamp | Parent | 
|---|---|---|---|---|
| Reinier Heeres | yorik | master | 2020-06-07 12:52:13 | master c8c579b0 | 
| Changeset | Fix saving of DXF files (python3) - Python3 does not allow to write strings to a file opened as "wb"; it expects bytes instead. Since ASCII DXF files are written using strings, the file should be opened as "w". Should be ok for python2 as well. - See also issue 003862, https://tracker.freecadweb.org/view.php?id=3862 | |||
| mod - src/Mod/Draft/importDXF.py | Diff File | |||