Changeset 171 for 06/devel/searchPY.py
- Timestamp:
- 08/18/05 21:58:41 (3 years ago)
- Files:
-
- 06/devel/searchPY.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/devel/searchPY.py
r169 r171 276 276 277 277 # now we will go through the game ... 278 # ---------------- this should be done in C++ 278 279 279 280 for algo in algolist: algo.newgame_process() … … 389 390 else: 390 391 break 391 392 # ---------------- end of C++ part 393 392 394 except SGFError: 393 395 messages.insert('end', 'File '+f+iColl+': SGF error in node '+`counter+3`+'.\n')
