Bjoern Olausson

anamo.py and anaout.py updated PDF Print E-mail
  
Wednesday, 30 September 2009 09:50

When using anamo.py/anaout.py with wildcards (-f "file*") the file order was as the files are stored on the hard disk.

 

Fixed it by sorting the resulting list:

  1. for element in chmout :
  2. if '*' in element :
  3. chmout.extend(glob.glob(element))
  4. chmout.remove(element)
  5. chmout.sort()

 

New version:

anamo.py v1.4

anaout.py v1.2

Last Updated ( Wednesday, 30 September 2009 10:01 )
 

Add comment


Security code
Refresh