diff --git a/test/test_strokes.py b/test/test_strokes.py index 7c74c21..96a4eed 100755 --- a/test/test_strokes.py +++ b/test/test_strokes.py @@ -445,7 +445,7 @@ def generator(logfile): def search_for_tests(): basedir = Path(xdg.BaseDirectory.xdg_data_home) / 'tuhi' - for idx, logfile in enumerate(basedir.glob('**/raw/log-*.yaml')): + for logfile in basedir.glob('**/raw/log-*.yaml'): with open(logfile) as fd: yml = yaml.load(fd, Loader=yaml.Loader) timestamp = yml['time']