Changeset 4997 for main/waeup.sirp/trunk


Ignore:
Timestamp:
3 Feb 2010, 15:36:02 (15 years ago)
Author:
uli
Message:

Give also mode when distributing result files of batch processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py

    r4988 r4997  
    579579        # Put result files in desired locations...
    580580        self.context.distProcessedFiles(
    581             self.warn_num == 0, self.fullpath, fin_path, pending_path)
     581            self.warn_num == 0, self.fullpath, fin_path, pending_path,
     582            self.mode)
    582583
    583584        if self.warn_num:
Note: See TracChangeset for help on using the changeset viewer.