Open SMoraisAnsys opened 2 months ago
We have deprecated IronPython so we should be able to use pathlib instead of working with os.path.
pathlib
os.path
Updating this will improve readability and follow the push from the Python ecosystem. This should be a good entry point for new contributors.
@gmalinve you can assign this issue to me. Thanks
We have deprecated IronPython so we should be able to use
pathlib
instead of working withos.path
.Updating this will improve readability and follow the push from the Python ecosystem. This should be a good entry point for new contributors.