Skip to content

Commit

Permalink
bug fix pre-bosm
Browse files Browse the repository at this point in the history
  • Loading branch information
clodman84 committed Sep 21, 2024
1 parent a71a213 commit db187ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Application/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def scan_mess_list(path: Path) -> list[dict[str, str]]:
"""
Verifies that the csv file is a messand returns which datatype of each column
"""

#TODO: There needs to be instruction in the docs to turn all NULL hoscodes to ps and all NULL roomnos to 0 (a roomno of 1 does not make sense)
with open(path) as file:
reader = csv.reader(file)
rows = [row for row in reader]
Expand Down

0 comments on commit db187ac

Please sign in to comment.