File py313.patch of Package OpenUSD
diff --git a/extras/performance/parseTimingOutput.py b/extras/performance/parseTimingOutput.py index b5d6fffa27..bec8c39f09 100644 --- a/extras/performance/parseTimingOutput.py +++ b/extras/performance/parseTimingOutput.py @@ -9,7 +9,7 @@ """ import re -make_re = lambda s: re.compile('(Time\ to\ )' + s + '(.*s)') +make_re = lambda s: re.compile(r'(Time\ to\ )' + s + '(.*s)') # `usdview --timing` metrics METRICS = [