Fix checkout logic.
This commit is contained in:
parent
49f5f41d30
commit
eaa3b9ba6f
|
@ -76,7 +76,7 @@ async def checkout(op: AsyncOperator) -> bool:
|
||||||
await op.checkout()
|
await op.checkout()
|
||||||
except OperationFailed:
|
except OperationFailed:
|
||||||
pass
|
pass
|
||||||
return not op.checked_in
|
return op.checked_in
|
||||||
|
|
||||||
|
|
||||||
async def status(op: AsyncOperator) -> T.List[T.Optional[T.Tuple[T.Text, T.Text]]]:
|
async def status(op: AsyncOperator) -> T.List[T.Optional[T.Tuple[T.Text, T.Text]]]:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user