We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5431945 commit 53b08baCopy full SHA for 53b08ba
meshroom/core/fileUtils.py
@@ -38,7 +38,7 @@ def getViewElements(vp):
38
39
40
def replacePatterns(input, pattern, replacements):
41
- # Use all substrings of "input" matching the regex "pattern" as a key to substitute themselves by their value in the dictionnary "replacements".
+ # Use all substrings of "input" matching the regex "pattern" as a key to substitute themselves by their value in the dictionary "replacements".
42
# If "replacements" does not contain the key, the key is removed from "input" to build the resolved string.
43
def replaceMatch(match):
44
key = match.group()
0 commit comments