DhrBaksteen / ArduinoOPL2

Arduino library for use with the OPL2 board (YM3812) and OPL3Duo (YMF262)
MIT License
198 stars 39 forks source link

Fix usage of play.py for Arduino #17

Closed vincentbernat closed 6 years ago

vincentbernat commented 6 years ago

Otherwise, we get this error:

$ python3 play.py
Traceback (most recent call last):
  File "play.py", line 73, in <module>
    usage()
  File "play.py", line 31, in usage
    ''' % ((sys.argv[0],) * 5)
TypeError: not all arguments converted during string formatting