From bb92166816b51f69e6e22e32fddbff49d9a32729 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 24 Oct 2012 02:37:34 +0200
Subject: [PATCH] jqueue: Add docstring for _DetermineJobDirectories

Somehow this was missed in commit 0422250e.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
---
 lib/jqueue.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/jqueue.py b/lib/jqueue.py
index 4b25e1b27..e6a279797 100644
--- a/lib/jqueue.py
+++ b/lib/jqueue.py
@@ -1870,6 +1870,13 @@ class JobQueue(object):
 
   @staticmethod
   def _DetermineJobDirectories(archived):
+    """Build list of directories containing job files.
+
+    @type archived: bool
+    @param archived: Whether to include directories for archived jobs
+    @rtype: list
+
+    """
     result = [pathutils.QUEUE_DIR]
 
     if archived:
-- 
GitLab