Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Dec 14, 2023
1 parent 69bf0ab commit aa60767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nosana_node/nosana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
(catch Exception e
[:error {} ["Unexpected error" (ex-message e)]])))


(defn flow-failed?
"Return `true` any results in `_flow` contains a `:nos/error` or a `:nos/cmd-error`."
[{:keys [status state ops] :as _flow}]
(not
Expand Down

0 comments on commit aa60767

Please sign in to comment.