This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Description
Describe the bug
NimbusML-master/src/python/tools/fix_line_widths.py

Additional context
The path split symbol problem is different for different operating systems. Hard-coded file separators should not be used. Instead, use a platform-independent API provided by the language library,such as os.path.join or os.sep