# | Line 205 | Line 205 | class SchedulerGlite(SchedulerGrid): | |
---|---|---|
205 | txt += ' echo "Total Output dimension: $size"\n' | |
206 | txt += ' limit='+str(self.OSBsize) +' \n' | |
207 | txt += ' echo "WARNING: output files size limit is set to: $limit"\n' | |
208 | < | txt += ' if [ $limit -lt $sum ]; then\n' |
208 | > | txt += ' if [ "$limit" -lt "$sum" ]; then\n' |
209 | txt += ' exceed=1\n' | |
210 | txt += ' job_exit_code=70000\n' | |
211 | txt += ' echo "Output Sanbox too big. Produced output is lost "\n' |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |