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
When I tried running this code, type(outputs[key]) was never == list or == str, so the method, self.s3tolocal, never got called.
When I tried debugging, type(outputs[key]) turned out to be <type 'unicode'>
0 commit comments