X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fmatitadep.ml;h=32de85707c65be5203d9261e40e408ff61a77c6d;hb=ed936515481f5035fde443f4aee55b86e427cef4;hp=f62a6067fa405765294d8251aa2622007767eaac;hpb=19618ce16bb4a5fd2f7e88bfe9b5002511197faf;p=helm.git diff --git a/helm/software/matita/matitadep.ml b/helm/software/matita/matitadep.ml index f62a6067f..32de85707 100644 --- a/helm/software/matita/matitadep.ml +++ b/helm/software/matita/matitadep.ml @@ -31,12 +31,12 @@ module U = UriManager let obj_file_of_baseuri writable baseuri = try LibraryMisc.obj_file_of_baseuri - ~must_exist:true ~baseuri ~writable + ~must_exist:true ~baseuri ~writable with | Http_getter_types.Unresolvable_URI _ | Http_getter_types.Key_not_found _ -> LibraryMisc.obj_file_of_baseuri - ~must_exist:false ~baseuri ~writable:true + ~must_exist:false ~baseuri ~writable:true ;; let main () =