Skip to content

Commit 027ed86

Browse files
committed
1 parent 42d95b7 commit 027ed86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

newprinter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ def _getDriverInstallationInfo (self, driver):
10491049
debugprint('No packages for driver')
10501050
return None
10511051
if len(arches) > 1:
1052-
debugprint('Returned more than one matching architecture, please report this as a bug: %s', repr (arches))
1052+
debugprint('Returned more than one matching architecture, please report this as a bug: %s' % repr (arches))
10531053
return None
10541054

10551055
pkgs = pkgs[arches[0]]

0 commit comments

Comments
 (0)