# HG changeset patch # User Nicolas Saunier # Date 1440099019 14400 # Node ID 25e78d756823518b5c5bba403c6eca2d9647279b # Parent 2472b4d59aea65b81857ac3750b24aa807fe4714 minor change diff -r 2472b4d59aea -r 25e78d756823 python/utils.py --- 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