Control: tags -1 pendingAs these strings do not need escape characters, the warning can be avoided by switching to raw strings:
https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals This is done in Salsa.
Control: tags -1 pendingAs these strings do not need escape characters, the warning can be avoided by switching to raw strings:
https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals This is done in Salsa.