Show
Ignore:
Timestamp:
11/08/06 23:44:53 (18 years ago)
Author:
jerome
Message:

Now pkprinters reroutes CUPS print queues through PyKota or
through CUPS only when adding or deleting printers in the
database.
Fixed some display uglyness in case no entry was found.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkusers

    r2937 r3052  
    215215            entries = getattr(self.storage, "getMatching%ss" % suffix)(",".join(names)) 
    216216            if not entries : 
     217                if not options["list"] : 
     218                    percent.display("\n") 
    217219                raise PyKotaCommandLineError, _("There's no %s matching %s") % (_(suffix.lower()), " ".join(names)) 
    218220            if not options["list"] :