Skip to content

Commit

Permalink
TODO added
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoKramer committed Feb 24, 2020
1 parent 5c33c05 commit 1217e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bob/pipeline/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
(res/bad-request {:message "Pipeline creation error: Check params or if its already created"})))]
result))

;; TODO evars should be formatted foo=bar and catch nil
;;formatted-evars (for [s (seq evars)]
;; (clojure.string/join "=" [(name (first s)) (second s)]))
(defn start
"Asynchronously starts a pipeline in a group by name.
Returns Ok or any starting errors."
Expand Down

0 comments on commit 1217e31

Please sign in to comment.