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
When debugging, pyoai objects are displayed as <oaipmh.common.Header object at 0x7f024ea693d0>, which is not very helpful. Each class should override __repr__ to return a more useful representation.
The text was updated successfully, but these errors were encountered:
When debugging, pyoai objects are displayed as
<oaipmh.common.Header object at 0x7f024ea693d0>
, which is not very helpful. Each class should override__repr__
to return a more useful representation.The text was updated successfully, but these errors were encountered: