http://codereview.appspot.com/5342042/diff/1/scripts/build/output-distance.py
File scripts/build/output-distance.py (right):

http://codereview.appspot.com/5342042/diff/1/scripts/build/output-distance.py#newcode1304
scripts/build/output-distance.py:1304: if len (args) % 2 == 1:
why is there a mod here?  Surely we just want to check if the length of
args is 0 (or maybe 1 depending on how they're counted).  As it
currently stands, doesn't it print usage whenever there's an odd number
of arguments?

http://codereview.appspot.com/5342042/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to