GateTools icon indicating copy to clipboard operation
GateTools copied to clipboard

Fix string input to logger.error in phsp_helpers.py

Open nkrah opened this issue 2 years ago • 0 comments

Use an f-string rather than explicit concatenation of strings as this is incompatible, e.g., if filename is a Path object.

nkrah avatar Nov 20 '23 11:11 nkrah