https://codereview.appspot.com/566920044/diff/549120043/python/convertrules.py
File python/convertrules.py (right):

https://codereview.appspot.com/566920044/diff/549120043/python/convertrules.py#newcode3898
python/convertrules.py:3898: mods = str.join (re.findall ("\n(" +
wordsyntax + r")\s*=\s*\\with(?:\s|\\|\{)")
  File
"/usr/local/tmp/lilypond/out/lib/lilypond/current/python/convertrules.py",
line 3892, in conv
    mods = str.join (re.findall ("\n(" + wordsyntax +
r")\s*=\s*\\with(?:\s|\\|\{)")
TypeError: findall() takes at least 2 arguments (1 given)

I'd call that a case of insufficient testing...  Sometimes our tests
don't cover everything and one has to check out things on one's own.

https://codereview.appspot.com/566920044/

Reply via email to