From 19b7cefe4da3afcb561cfb41b367e1edde89784c Mon Sep 17 00:00:00 2001 From: Romain-Gauthier Date: Wed, 12 Jun 2024 14:10:23 +0200 Subject: [PATCH] print ft file path --- ceasiompy/PyAVL/func/avlresults.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ceasiompy/PyAVL/func/avlresults.py b/ceasiompy/PyAVL/func/avlresults.py index 58050199e..843086a13 100644 --- a/ceasiompy/PyAVL/func/avlresults.py +++ b/ceasiompy/PyAVL/func/avlresults.py @@ -176,6 +176,7 @@ def get_avl_results(cpacs_path, cpacs_out_path, wkdir): continue ft_file_path = Path(config_dir, "ft.txt") + print("###############", ft_file_path) if not ft_file_path.exists(): raise OSError("No result total forces file have been found!")