Commit 906ba3a4 authored by Nicolas Delaby's avatar Nicolas Delaby

Convert value in string explicitly

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24789 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccf9c0ff
......@@ -236,7 +236,7 @@ class Telephone(Coordinate, Base):
coordinate_text = ''
# Removing the spaces of the begin and end.
coordinate_text = coordinate_text.strip()
coordinate_text = str(coordinate_text).strip()
# This regexp get the coordinate text
# and extract number and letters
......
Markdown is supported
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