Skip to content
Snippets Groups Projects
Commit 49ca012e authored by vlorentz's avatar vlorentz
Browse files

RunProvenance: Add missing docstring to requires()

parent 9534697d
No related branches found
No related tags found
No related merge requests found
Pipeline #5673 passed
......@@ -697,6 +697,8 @@ class RunProvenance(luigi.WrapperTask):
topological_order_dir = luigi.PathParameter()
def requires(self):
"""Returns :class:`ListContentsInFrontierDirectories` and
:class:`ListContentsInRevisionsWithoutFrontier`"""
kwargs = dict(
local_export_path=self.local_export_path,
local_graph_path=self.local_graph_path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment