Skip to content

Commit

Permalink
[app][fix] append missing tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
M3ssman committed Feb 21, 2024
1 parent ea86112 commit 2ed18fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "3.5.0"
version = "3.5.1"
description = "Father's Little Digitization Workflow Helper"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/digiflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.0
3.5.1
2 changes: 1 addition & 1 deletion src/digiflow/validate/fsdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def validate(self, required_tags):
if not _current:
_missing_tags.append(_label)
if len(_missing_tags) > 0:
_invalids.append()
_invalids.append(_missing_tags)

# dimension
_imd = self.metadata
Expand Down

0 comments on commit 2ed18fe

Please sign in to comment.