From 7b7857ee5bf5845826feeb70ec6a38a928db49d4 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 30 Apr 2008 09:29:08 +0000 Subject: [PATCH] Remove non-existing arguments from some docstrings A fewdocstrings in the HooksRunner backend class list arguments the relevant functions do not take. Clean them up. Reviewed-by: iustinp --- lib/backend.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/backend.py b/lib/backend.py index fcddf0e7d..634d85cd5 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -1537,9 +1537,6 @@ class HooksRunner(object): Args: - hooks_base_dir: if not None, this overrides the constants.HOOKS_BASE_DIR (useful for unittests) - - logs_base_dir: if not None, this overrides the - constants.LOG_HOOKS_DIR (useful for unittests) - - logging: enable or disable logging of script output """ if hooks_base_dir is None: @@ -1551,7 +1548,6 @@ class HooksRunner(object): """Exec one hook script. Args: - - phase: the phase - script: the full path to the script - env: the environment with which to exec the script -- GitLab