Skip to content

Commit

Permalink
[app][fix] fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
M3ssman committed Jul 3, 2024
1 parent 927bd01 commit 8556795
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "digiflow"
version = "4.1.0"
version = "4.1.1"
description = "Father's Little Digitization Workflow Helper"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
1 change: 0 additions & 1 deletion src/digiflow/record/record_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def next_record(self, state=None):
if state == row[self.state_field]:
self.position = f"{(i+1):04d}/{(self.total_len):04d}"
return self.transform_func(row)
raise

def get(self, identifier, exact_match=True):
"""Read data for first Record with
Expand Down

0 comments on commit 8556795

Please sign in to comment.