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
I'm trying to rewrite a bunch of code, however a few source files will not match the pattern and matches simply explodes on jsn = json.loads(self.call(cmd_s, text=source)) because call returns None. Is this the expected behaviour? To bypass this I'm catching the JSONDecodeError and going to the next file, but it would be nice if we simply had an empty Iterator