From 7e6a90f5bed25b970edfa24d26ddb68da02dba0e Mon Sep 17 00:00:00 2001 From: Mantvydas Deltuva Date: Sat, 13 Apr 2024 00:44:03 +0300 Subject: [PATCH] Fix for pyling (2) --- data_collection/refactoring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_collection/refactoring.py b/data_collection/refactoring.py index 943ef74..8cf1d69 100644 --- a/data_collection/refactoring.py +++ b/data_collection/refactoring.py @@ -84,7 +84,7 @@ def parse_lovd(path): notes += (f"\n - Note {i}: {line[3:-1]}") i += 1 line = f.readline() - + # Log notes for each table if notes: log.info("[%s]%s", table_name, notes)