From e80144be4d20932907cd90a371dc5a6575647300 Mon Sep 17 00:00:00 2001 From: Lee Kelvin Date: Mon, 22 Jan 2024 09:14:17 -0800 Subject: [PATCH] Add missing productDir param to docs --- python/eups/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/eups/app.py b/python/eups/app.py index cae3fdb0..5185c37b 100644 --- a/python/eups/app.py +++ b/python/eups/app.py @@ -45,6 +45,7 @@ def printProducts(ostrm, productName=None, versionName=None, eupsenv=None, a logical operator and an integer (e.g. "> 3") implies a comparison with the depth of each dependency (i.e. "depth > 3"). + @param productDir List dependencies of this product directory @param topological List dependencies in topological-sorted order @param checkCycles Raise RuntimeError if topological sort detects a cycle @param raw Generate "raw" output (suitable for further processing)