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
in __get_item__(), when the spec portion of the uri is obtained, the ':' is not stripped. this results in a key error on line 138: return self.data[spec]