Home Website Youtube GitHub

POST scripts still use incorrect imports

In mGear 3, when creating a new POST script (I haven’t tested PRE yet), the boiler-plate code that gets created still has the following import:

import mgear.shifter.customStep as cstp

instead of

import mgear.shifter.custom_step as cstp

And then the build fails because it can’t find the proper module.

And just in case it is relevant, I am doing this on an old guide that has been updated for mGear 3.0. I haven’t tried this on a completely fresh guide.

Thanks for the heads up @chrislesage It is already fixed https://github.com/mgear-dev/shifter/issues/56

we will release a hotfix next week :wink:
Here is more info about the fixed bugs : https://github.com/orgs/mgear-dev/projects/12

1 Like