Skip to content

Commit 89a6357

Browse files
committed
fix bad cherry-pick
1 parent bf12f11 commit 89a6357

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qbpm/operations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def choose(
8888
shell=True,
8989
stdout=subprocess.PIPE,
9090
stderr=None,
91-
check=False,
9291
)
9392
out = selection_cmd.stdout
9493
selection = out and out.read().decode(errors="ignore").rstrip("\n")

0 commit comments

Comments
 (0)