You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returned None instead of [] but, looking at the source, apparently it (or rather get_tags) now raises TypeError if files evaluates to False (which both None and [] do).
Should that (raising TypeError) continue to be the expected behavior? If, so we should modify the test accordingly and adjust the docstring of get_metadata.
The text was updated successfully, but these errors were encountered:
The test
pyexiftool/tests/test_helper.py
Line 30 in 3889b77
pyexiftool/exiftool/helper.py
Line 123 in 3889b77
None
instead of[]
but, looking at the source, apparently it (or ratherget_tags
) now raisesTypeError
iffiles
evaluates toFalse
(which bothNone
and[]
do).Should that (raising
TypeError
) continue to be the expected behavior? If, so we should modify the test accordingly and adjust the docstring ofget_metadata
.The text was updated successfully, but these errors were encountered: