Changing the generate dictionary in logParser and adding check discussed in #21 [skip modfiles]
Changing the generate dictionary which would make logParser crash for 21.6.10 and later
This would create a crash if logParser was run for release >= 21.6.10, since the old dictionary was using Py:Generate
, which would now not be found.
Adding check to see if Gen_tf is run #21 (closed)
The test is not complete because of the problem discussed inn #21 (closed). It will take effect from 21.6.11 onwards