artiq_flash: Fix incorrect re.sub() call #1750
Reference in New Issue
Block a user
Delete Branch "dpn/artiq:flash-regex-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The 4th positional parameter is
count, notflags(seehttps://github.com/python/cpython/issues/56166), which is
now caught by a DeprecationWarning in 3.13.