Make "--pdb" imply "--dist no"

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Adam Johnson
2020-07-25 00:07:42 +01:00
committed by GitHub
parent 467ac33d0b
commit b524317863
3 changed files with 11 additions and 7 deletions

View File

@@ -0,0 +1 @@
Make ``--pdb`` imply ``--dist no``, as the two options cannot really work together at the moment.