fix ProbLog error.

This commit is contained in:
Vitor Santos Costa 2011-07-04 22:36:57 +01:00
parent 9727f3c71c
commit 1130a3536d

View File

@ -229,7 +229,7 @@
%======================================================================== %========================================================================
delete_file_silently(File) :- delete_file_silently(File) :-
delete_file(File), catch(delete_file(File), _, fail),
!. !.
delete_file_silently(_). delete_file_silently(_).