From 2e4777da1d4e918765ea6665eacb9a6b01d3e647 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Thu, 12 Dec 2024 15:52:58 -0500 Subject: [PATCH] Print file count in each poll --- reg_chxr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reg_chxr.py b/reg_chxr.py index eb9710d..09ef5d2 100644 --- a/reg_chxr.py +++ b/reg_chxr.py @@ -123,6 +123,7 @@ def main(options: Namespace, inputdir: Path, outputdir: Path): poll_count += 1 time.sleep(wait_poll) registered_file_count = cube_cl.get_pacs_registered(pacs_search_params) + LOG(f"Registered file count is {registered_file_count}") # check if polling timed out before registration is finished if registered_file_count != file_count: