diff options
author | snermolaev <[email protected]> | 2023-09-20 09:55:52 +0300 |
---|---|---|
committer | snermolaev <[email protected]> | 2023-09-20 10:30:49 +0300 |
commit | 12dab647f0e4a604fd6e3421866361b3fd5f5d8d (patch) | |
tree | 579054e4476cf084d2ce95f27213c5e03df410f4 /build/plugins/ytest.py | |
parent | c78263f3defefa0d9e04bc9af5b72c855a886dcf (diff) |
build ymake with py3-ymake
Diffstat (limited to 'build/plugins/ytest.py')
-rw-r--r-- | build/plugins/ytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index 8864ebd3363..fc28c2dc0c9 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -359,7 +359,7 @@ def deserialize_list(val): def get_correct_expression_for_group_var(varname): - return "\"${join=\;:" + varname + "}\"" + return r"\"${join=\;:" + varname + "}\"" def count_entries(x): |