artiq_flash: Fix incorrect re.sub() call #1750

Merged
sb10q merged 1 commits from dpn/artiq:flash-regex-fix into master 2026-02-02 11:06:56 +08:00
Contributor

The 4th positional parameter is count, not flags (see
https://github.com/python/cpython/issues/56166), which is
now caught by a DeprecationWarning in 3.13.

The 4th positional parameter is `count`, not `flags` (see https://github.com/python/cpython/issues/56166), which is now caught by a DeprecationWarning in 3.13.
dpn added 1 commit 2026-02-02 02:23:28 +08:00
The 4th positional parameter is `count`, not `flags` (see
https://github.com/python/cpython/issues/56166), which is
now caught by a DeprecationWarning in 3.13.
sb10q merged commit f54629b800 into master 2026-02-02 11:06:56 +08:00
Sign in to join this conversation.