Skip to content

Commit

Permalink
DOC: run: Add to-do comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Mar 7, 2019
1 parent da92120 commit 710f219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reproman/interface/run.py
Expand Up @@ -197,6 +197,8 @@ def fmt(d):
return [" {}\n{}".format(k, get_doc(v))
for k, v in d.items()]

# FIXME: We shouldn't bother calling fmt on items that aren't
# selected by list=X.
categories = [
("submitters", ["Submitters"] + fmt(SUBMITTERS)),
("orchestrators", ["Orchestrator"] + fmt(ORCHESTRATORS)),
Expand Down

0 comments on commit 710f219

Please sign in to comment.