Bjoern Olausson

anamo.py and anaout.py updated

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:

{geshi xml:lang="Python" lines="true"}#If "*" is found in a parameter, glob it.
for element in chmout :
if '*' in element :
chmout.extend(glob.glob(element))
chmout.remove(element)
chmout.sort(){/geshi}

 

New version:

anamo.py v1.4

anaout.py v1.2

Add comment


Security code
Refresh

www. is deprecated

Play OGG

Qt Ambassador

Latest comments

Gixen