We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d6644 commit 132dd07Copy full SHA for 132dd07
src/stack_pr/cli.py
@@ -955,9 +955,7 @@ def command_submit(
955
return
956
957
if (draft_bitmask is not None) and (len(draft_bitmask) != len(st)):
958
- log(
959
- h("Draft bitmask passed to 'submit' doesn't match number of PRs!")
960
- )
+ log(h("Draft bitmask passed to 'submit' doesn't match number of PRs!"))
961
962
963
# Create local branches and initialize base and head fields in the stack
0 commit comments