We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In [21]: obj.check_fixity() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-21-c6745659dca2> in <module> ----> 1 obj.check_fixity() ~/pyocfl/pyocfl/pyocfl.py in check_fixity(self, fixity_algo, use_manifest_digest) 1088 1089 # get fixity digests -> 1090 fixity_old = self.object_inventory.fixity.get(fixity_algo,None) 1091 1092 if fixity_old != None: AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: