| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
When a line begins with `!` and there's no `do_shell` method defined, `parsecmd` returns `None` as the `cmd`, which incorrectly leads to `None` being concatenated to `complete_` and triggering a `TypeError`. Instead, recognize `None` as a sentinel that means we should call `completedefault`, as an empty string already is.
|
Actually, let me close this and open a new issue for it, since this probably deserves a real news entry unrelated to PDB... |
Sorry, something went wrong.
|
You can just change the gh issue number. |
Sorry, something went wrong.
|
Too late, I wasn't sure so I opened #133364 😓 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When a line begins with ! and there's no do_shell method defined, parsecmd returns None as the cmd, which incorrectly leads to None being concatenated to complete_ and triggering a TypeError.
Instead, recognize None as a sentinel that means we should call completedefault, as an empty string already is.