Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run_unittests.sh: fix Python DeprecationWarning
Fix the following Python error: D:\a\1\s\run_unittests.py:6654: DeprecationWarning: invalid escape sequence \ self.assertEqual(libhello_nolib.get_pkgconfig_variable(escaped_var, {}), hello world) Use a raw string literal.
- Loading branch information