changeset 739:25e78d756823 dev

minor change
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 20 Aug 2015 15:30:19 -0400
parents 2472b4d59aea
children 867bab9f317a
files python/utils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/utils.py	Fri Aug 14 17:45:45 2015 -0400
+++ b/python/utils.py	Thu Aug 20 15:30:19 2015 -0400
@@ -880,7 +880,7 @@
 
 def cleanFilename(s):
     'cleans filenames obtained when contatenating figure characteristics'
-    return s.replace(' ','-').replace('.','').replace('/','-')
+    return s.replace(' ','-').replace('.','').replace('/','-').replace(',','')
 
 def listfiles(dirname, extension, remove = False):
     '''Returns the list of files with the extension in the directory dirname