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
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
isilon_hadoop_tools/src/isilon_hadoop_tools/onefs.py
Line 1172 in 238bf71
The text was updated successfully, but these errors were encountered: