acoustic-carpenter-78188
12/18/2025, 12:09 AMos.path and pathlib, which makes the code harder to read.
### Goal: What should the final outcome look like, ideally?
Using the correspondance table to replace all os.path with pathlib except for some low level string operations that do not have a counterpart in pathlib. For example, os.path.sep.
### Describe alternatives you've considered
Replace all pathlib with os.path. This can also prevent the mixed usage of os.path and pathlib but it is not recommended.
### Propose: Link/Inline OR Additional context
No response
### Are you sure this issue hasn't been raised already?
• Yes
### Have you read the Code of Conduct?
• Yes
flyteorg/flyteacoustic-carpenter-78188
12/18/2025, 12:09 AM