We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e5358 commit 169296aCopy full SHA for 169296a
1 file changed
py/csbuild
@@ -383,7 +383,7 @@ key event" + DEFAULT_HELP_SUFFIX)
383
384
# check whether we are in a git repository
385
try:
386
- git_repo_args = inspect.getargspec(git.Repo.__init__).args
+ git_repo_args = inspect.getfullargspec(git.Repo.__init__).args
387
if 'search_parent_directories' in git_repo_args:
388
# search_parent_directories=True was the default behavior until
389
# the arg was actually introduced (and we would like to keep it)
0 commit comments