Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fr'..{var}...' to simplify creating regex strings (#429)
Using fr'....{var}...' makes for shorter and more readable string creation. Now that TriBITS requires Python 3 (or at least it is only tested with Python 3), it is good to be able to start using these newer language features. I tested this manaully locally and it seems to work correctly.
- Loading branch information