Commit 33a91b1
committed
Fix SyntaxWarning in rezconfig.py
The \ in the string literal was generating the following warning every
time the file was parsed:
SyntaxWarning: invalid escape sequence '\ '
This commit uses a raw string literal to avoid interpretation of
backslashes.1 parent 6f5bcdb commit 33a91b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments