Match Python catching all exceptions
diff --git a/test/tester.es b/test/tester.es
index 101f535..23de89e 100755
--- a/test/tester.es
+++ b/test/tester.es
@@ -750,7 +750,7 @@
     Dir = lists:nth(DirIdx + 1, DirList),
     try
         execute_dir(TxObj, St, Dir, Op)
-    catch error:{erlfdb_directory, _} = _R ->
+    catch _T:_R ->
         NewSt = case lists:member(Op, ?DIRECTORY_CREATE_OPS) of
             true -> append_dir(St, null);
             false -> St