git: add more aliases, fix lazy-checkin for py3.6
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
|
||||
import argparse
|
||||
import subprocess
|
||||
import pathlib
|
||||
|
||||
|
||||
def call_proc(cmd):
|
||||
return subprocess.run(cmd, check=True, capture_output=True)
|
||||
return subprocess.run(cmd, check=True, stdout=subprocess.PIPE)
|
||||
|
||||
|
||||
def lazy_commit(all: bool = True, message: str = None):
|
||||
|
||||
Reference in New Issue
Block a user