Skip to content

Commit

Permalink
tell the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
caumond committed Oct 6, 2023
1 parent e7dbe6d commit e52b904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clj/automaton_core/configuration/edn_read.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
edn-content (try
(slurp edn-filename)
(catch Exception _
(log/warn-format "Unable to load the file `%s`" edn-filename)
#_(log/warn-format "Unable to load the file `%s`" edn-filename)
nil))]
(try
(edn/read-string edn-content)
(catch Exception _
(log/warn-format "File `%s` is not a valid edn" edn-filename)
#_(log/warn-format "File `%s` is not a valid edn" edn-filename)
nil))))

0 comments on commit e52b904

Please sign in to comment.