htsn-import 0.2.3 → 0.2.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- htsn-import.cabal +1/−1
- src/Main.hs +1/−1
htsn-import.cabal view
@@ -1,5 +1,5 @@ name: htsn-import-version: 0.2.3+version: 0.2.4 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky <michael@orlitzky.com>
src/Main.hs view
@@ -115,7 +115,7 @@ -- caused by a document whose DTD is not present (i.e. is -- unsupported). So we return "success" to allow the XML file to -- be deleted.- report_error $ "No DTD for file " ++ path ++ "."+ report_info $ "No DTD for file " ++ path ++ "." return True (ImportFailed errmsg:_) -> do report_error $ errmsg ++ " (" ++ path ++ ")"