Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python 3.12 warning fix & minor cleanup
fixes these warnings: .../build/ramdisk.py:115: SyntaxWarning: invalid escape sequence '\.' c_filename = re.sub("\.", "_", c_filename) .../build/ramdisk.py:156: SyntaxWarning: invalid escape sequence '\.' c_filename = re.sub("\.", "_", c_filename)
- Loading branch information