Sylvain Garnier

Results 1 issues of Sylvain Garnier

no backslashes before doublequotes and digits in the displayname value ex: ,"displayName":"36e29d65-715c-456b-9115-84f0b9a0c0ba"," Worked for me with this edit in the script: (line 326) PATTERN = re.compile( r".*\"displayName\":\"([-.\w\d]+)\".*", re.MULTILINE | re.DOTALL...