From 170918f0e66284f99668968986b454a6ccdd8772 Mon Sep 17 00:00:00 2001 From: VanyaBelyaev Date: Wed, 21 Aug 2024 10:13:09 +0200 Subject: [PATCH] Update test_io_dbases.py --- ostap/io/tests/test_io_dbases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostap/io/tests/test_io_dbases.py b/ostap/io/tests/test_io_dbases.py index ce685f5e..ffc7a0e7 100644 --- a/ostap/io/tests/test_io_dbases.py +++ b/ostap/io/tests/test_io_dbases.py @@ -35,7 +35,7 @@ def the_name (): else : # ============================================================================= index = 1 - def _the_name () : + def the_name () : index += 1 return 'i%08d' % index # =============================================================================