summaryrefslogtreecommitdiff
path: root/buildscripts/linter/git_base.py
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2022-04-24 01:22:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-24 02:12:33 +0000
commita3a87f936f4f10ddd82be28e4e49fbb22bdf3b08 (patch)
treef55c0b997bb5f7400b3f96c7969bb0e4e64e8e6a /buildscripts/linter/git_base.py
parent9563cadc7d74f9739e93f33142fc6ea607ec7d4c (diff)
downloadmongo-a3a87f936f4f10ddd82be28e4e49fbb22bdf3b08.tar.gz
SERVER-65672 upgrade python packages to support 3.10
Diffstat (limited to 'buildscripts/linter/git_base.py')
-rw-r--r--buildscripts/linter/git_base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/linter/git_base.py b/buildscripts/linter/git_base.py
index f7eaecae95c..f54bc8e87c5 100644
--- a/buildscripts/linter/git_base.py
+++ b/buildscripts/linter/git_base.py
@@ -236,6 +236,7 @@ class GitException(Exception):
process_args: a list containing the git command and arguments (includes 'git' as its first
element) that were run, if any.
stderr: the error output of the git command.
+
"""
def __init__( # pylint: disable=too-many-arguments
@@ -258,6 +259,7 @@ class GitCommandResult(object):
returncode: the return code.
stdout: the output of the command.
stderr: the error output of the command.
+
"""
def __init__( # pylint: disable=too-many-arguments