Skip to content
New issue

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

TypeError in onefs.Client.revision against mixed-mode cluster #86

Open
tucked opened this issue Dec 2, 2020 · 0 comments
Open

TypeError in onefs.Client.revision against mixed-mode cluster #86

tucked opened this issue Dec 2, 2020 · 0 comments

Comments

@tucked
Copy link
Member

tucked commented Dec 2, 2020

    def revision(self):
        """Get the revision number of the cluster."""
        revisions = set(self.revisions().values())
        if len(revisions) != 1:
>           raise MixedModeError(', '.join(revisions))
E           TypeError: sequence item 0: expected string or Unicode, int found

/usr/local/lib/python2.7/site-packages/isilon_hadoop_tools/onefs.py:1108: TypeError

raise MixedModeError(', '.join(revisions))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant