From 790f4cea7aa95667296e0aa22eb0690df91c45e8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Dec 2020 22:04:55 -0500 Subject: add a few more docs to existing funcs Change-Id: I27317a59aba67c05ca1fd333e8f064c0edccb209 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/343185 Reviewed-by: LaMont Jones Tested-by: Mike Frysinger --- git_command.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git_command.py') diff --git a/git_command.py b/git_command.py index 5d73c281..a1769270 100644 --- a/git_command.py +++ b/git_command.py @@ -158,6 +158,8 @@ def git_require(min_version, fail=False, msg=''): class GitCommand(object): + """Wrapper around a single git invocation.""" + def __init__(self, project, cmdv, -- cgit v1.2.3-54-g00ecf