jethornton / mesact1

MIT License
24 stars 10 forks source link

mesact/buildini.py [HAL] missing io.hal #95

Closed seiptp closed 1 year ago

seiptp commented 1 year ago

https://github.com/jethornton/mesact/releases/tag/1.2.3

When a new project is created and a the .ini file is generated, the inclusion of the io.hal under the [HAL] section is missing. Expection:

[HAL]
HALFILE = <project>.hal
HALFILE = io.hal
HALFILE = custom.hal

To reproduce create new project and check .ini

OS = Debian 10

seiptp commented 1 year ago

https://github.com/jethornton/mesact/blob/9b05831083ab56203294c4be5f001788cc49e597/mesact/src/libmesact/buildini.py#L134

jethornton commented 1 year ago

Fixed