Skip to content

Commit f1db6d6

Browse files
committed
Update logging for failed variation checking
1 parent a43abef commit f1db6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgntoepd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def run(self):
159159
else:
160160
is_variation = True
161161
except:
162-
logging.info('There is no variation of main line move: {}'.format(san_move))
162+
pass
163163

164164
# Count of read moves for every game. This is useful for
165165
# "First move only" option

0 commit comments

Comments
 (0)