halfmarble / hm-panelizer

a simple PCB panelizer
MIT License
122 stars 14 forks source link

Fix usage of deprecated rU file mode #13

Open devbranch-vadym opened 5 months ago

devbranch-vadym commented 5 months ago

The rU file mode is deprecated, it does not have any effect since Python 3.0 and causes errors while opening the file at newer Python versions (happening with 3.11.6 for me).

https://docs.python.org/3/library/functions.html#open

Closes #11