Bug #2127
cstsmapspit does not save the logfile automatically
Status: | Closed | Start date: | 06/21/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.3.1 | |||
Duration: |
Description
All cscripts automatically open and save the logfile when running the execute() command, since this method has the line
self.logFileOpen().
The only exception is the cstsmapsplit tool, which does not have the same line.
Hence the logfile is not saved when the tool is executed using the python wrapper, unless the logFileOpen() method is called explicitly before the execute() method.
I don’t know if this is a desired feature or is just a bug.
It should be very simple to solve anyway.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 7 years ago
This is not intentional, probably was just forgotten.
#2 Updated by Knödlseder Jürgen over 7 years ago
- Status changed from New to Closed
- Assigned To set to Knödlseder Jürgen
- Target version set to 1.3.1
- % Done changed from 0 to 100
Implemented and merged into bugfix-1.3.1
branch.