Fix incompatibility error with --pdb despite using -n0 (#938)

Fixes #937
This commit is contained in:
Albert Tugushev
2024-03-05 23:23:49 +01:00
committed by GitHub
parent 0596f2755b
commit 74887e356d
3 changed files with 42 additions and 15 deletions

1
changelog/937.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix a bug where plugin would raise an incompatibility error with ``--pdb`` despite using ``-n0``.