gisaia / ARLAS-proc

Workaround about data ingestion with computing frameworks
Apache License 2.0
4 stars 0 forks source link

Fix doubles' format in URLs #167

Closed laurent-thiebaud-gisaia closed 4 years ago

laurent-thiebaud-gisaia commented 4 years ago

In ArlasProcConfig, doubles used to generate URLs are used like "%2f".format(value)

However, in some case (like Willi's computer), doubles are formated with a coma as decimal separator.