]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitadep.ml
maxipatch for support of multiple DBs.
[helm.git] / matita / matitadep.ml
index f62a6067fa405765294d8251aa2622007767eaac..32de85707c65be5203d9261e40e408ff61a77c6d 100644 (file)
@@ -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 () =