Closed serengil closed 6 days ago
Resolves https://github.com/serengil/chefboost/issues/59
While loading modules dynamically, we were using slashes until python 3.8. However, python expects dot instead of slash for python 3.9 and later.
make test
Tickets
Resolves https://github.com/serengil/chefboost/issues/59
What has been done
While loading modules dynamically, we were using slashes until python 3.8. However, python expects dot instead of slash for python 3.9 and later.
How to test