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
fix: os.path.commonpath needs list in python 3.5- (googleapis#553)
`os.path.commonpath` accepts `set` in 3.6+ but for older versions it still needs to be a `list`.