Changeset 3509

Show
Ignore:
Timestamp:
10/12/09 10:04:09 (15 years ago)
Author:
jerome
Message:

Thanks again to Börje Sennung. Fixes #48.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/hardware.py

    r3489 r3509  
    110110           The external command must report the life time page number of the printer on stdout. 
    111111        """ 
    112         skipinitialwait = self.filter.config.getPrinterSkipInitialWait(printer) 
     112        skipinitialwait = self.filter.config.getPrinterSkipInitialWait(self.filter.PrinterName) 
    113113        commandline = self.arguments.strip() % locals() 
    114114        cmdlower = commandline.lower()