Show
Ignore:
Timestamp:
03/22/07 22:41:18 (2 years ago)
Author:
ug
Message:

Fixed bug w.r.t. pattern anchors in hash_center search. Further small changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo-branches/hash_center/process.py

    r242 r243  
    1010 
    1111try:  
    12     os.system('rm t1.db*') 
     12    # os.system('rm t1.db*') 
    1313    pass 
    1414except:  
     
    5151 
    5252# filelist = glob.glob('./*.sgf') 
    53 filelist = glob.glob('/home/ug/go/gogod06/*/*.sgf') 
     53# filelist = glob.glob('/home/ug/go/gogod06/*/*.sgf') 
    5454# filelist = glob.glob('/home/ug/go/KGS/*/*.sgf') 
    55 # filelist = glob.glob('/home/ug/go/KGS2005/*.sgf') 
     55filelist = glob.glob('/home/ug/go/KGS2005/*.sgf') 
    5656 
    5757filelist.sort()