remove == 0

This commit is contained in:
Paul Tarjan 2025-12-26 15:09:14 -07:00
parent b285cccb19
commit 5a4235c6f0

View file

@ -111,7 +111,7 @@ def _ns(
def _rev_exists(rev: str) -> bool: def _rev_exists(rev: str) -> bool:
return subprocess.call(('git', 'cat-file', '-e', rev)) == 0 return subprocess.call(('git', 'cat-file', '-e', rev))
def _pre_push_ns( def _pre_push_ns(