Skip to content

Commit

Permalink
Fix for pyling (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantvydasdeltuva committed Apr 12, 2024
1 parent 287bef0 commit 7e6a90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/refactoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e6a90f

Please sign in to comment.