mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Fix stupid bug because I don't know Python; hat-tip=tbsaunde (NPOTB, DONTBUILD)
This commit is contained in:
parent
b380ac3fcc
commit
2c5bfaf79d
@ -33,7 +33,7 @@ def dumpFailures(lines):
|
||||
continue
|
||||
|
||||
# Avoid overly large diffs.
|
||||
if url.contains("/editing/"):
|
||||
if '/editing/' in url:
|
||||
sep = ':'
|
||||
else:
|
||||
sep = ': '
|
||||
|
Loading…
Reference in New Issue
Block a user