From 3327f2fdbc7f15c2ba6701d6c364e1579849e726 Mon Sep 17 00:00:00 2001 From: VanyaBelyaev Date: Wed, 21 Aug 2024 10:44:24 +0200 Subject: [PATCH] Update test_io_dbases.py --- ostap/io/tests/test_io_dbases.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ostap/io/tests/test_io_dbases.py b/ostap/io/tests/test_io_dbases.py index ffc7a0e7..8ceb95d3 100644 --- a/ostap/io/tests/test_io_dbases.py +++ b/ostap/io/tests/test_io_dbases.py @@ -36,6 +36,7 @@ def the_name (): # ============================================================================= index = 1 def the_name () : + global index index += 1 return 'i%08d' % index # =============================================================================