pythonizer
pythonizer copied to clipboard
ABEND: The number of generated chunk exceeed 256
ABEND: The number of generated chunk exceeed 256 for this code:
$bool = -e "$tmdir/$region/tm.wnet.$hour"
or -e "$tmdir/$region/tm.wnet.$hour.Z";
Fix in sub function of pythonizer:
# issue 16 }elsif( ($k=index($TokenStr,'0'))>=1 ){
}elsif( ($k=index($TokenStr,'0',$begin+1))>=1 ){ # issue 16
Fixed in https://github.com/snoopyjc/pythonizer