Skip to content
Commit f272c055 authored by Marco De Donno's avatar Marco De Donno
Browse files

Change all the creation of data by concatening string by the creation of a...

Change all the creation of data by concatening string by the creation of a 'ret' list, and "".join( ret ).
This modification is made because the strings are immutable in Python. This implementation is therefore more efficient.
parent c3827537
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment