Ticket #55 (closed enhancement: fixed)

Opened 14 years ago

Last modified 14 years ago

Documentation on skipinitialwait

Reported by: bse Owned by: jerome
Priority: minor Milestone:
Component: pykota Version: development
Keywords: Cc:

Description

The variable skipinitialwait need to be better documented. Variables in pykota.conf have the context either global or per printer queue.

skipinitialwait has the context of IP-adress for the physical printer. This needs to be documented in BIG letters.

This is technically correct, since it is the physical printer that is connected to the network, but also means that when configuring a printer there needs to be two instances/context defined.

I made a small (ugly) change in hardware.py to use the queue context

//Bse


diff hardware.py.dist hardware.py
< skipinitialwait = self.filter.config.getPrinterSkipInitialWait(printer)
---

skipinitialwait = self.filter.config.getPrinterSkipInitialWait(self.filter.PrinterName?)

Change History

Changed 14 years ago by jerome

  • status changed from new to closed
  • resolution set to fixed

The latest development tree doesn't contain this bug, and already contains such a fix, unless I'm mistaken.

Note: See TracTickets for help on using tickets.