Skip to content

Commit

Permalink
PIP-76 #done sanitize job before spec output (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
milt authored Jan 5, 2022
1 parent a3ce5e3 commit 470f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/com/yetanalytics/xapipe/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Delete a Job:
;; Check job for validity!
(not (s/valid? job/job-spec job))
{:status 1
:message (s/explain-str job/job-spec job)}
:message (s/explain-str job/job-spec (job/sanitize job))}

;; Check job for Errors!
(job/errors? job)
Expand Down

0 comments on commit 470f78f

Please sign in to comment.