Skip to content

Commit

Permalink
print ft file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain-Gauthier committed Jun 12, 2024
1 parent b2acbf5 commit 19b7cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ceasiompy/PyAVL/func/avlresults.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")

Expand Down

0 comments on commit 19b7cef

Please sign in to comment.