diff python/utils.py @ 739:25e78d756823 dev

minor change
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 20 Aug 2015 15:30:19 -0400
parents fb60b54e1041
children 5b91b8d97cf3
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