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
ENH: Use appropriate message when reporting TCK file attribute error
Use appropriate message when reporting `file` attribute error in TCK:
the previous message was mistakenly reporting the non-existence of the
`file` attribute, which indeed has to exist to be able to do the
`hdr['file']` without getting a `KeyError`. This patch set uses the
message that was not being used when the check was not being successful.
0 commit comments