OpenPrinting / system-config-printer

Graphical user interface for CUPS administration
GNU General Public License v2.0
163 stars 90 forks source link

Exception on passing two argument to debugprint() which only takes one #291

Closed crass closed 1 year ago

crass commented 1 year ago

https://github.com/OpenPrinting/system-config-printer/blob/9f35bbaf219e076b1b627de980fb79dfafd97497/options.py#L426

This line throws an exception because debugprint() takes only one argument. It should instead be something like: debugprint("Selecting from choices: %s" % supported[0])

zdohnal commented 1 year ago

@crass thank you for the report!