We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e6b19 commit 4981a9cCopy full SHA for 4981a9c
1 file changed
flixopt/calculation.py
@@ -62,7 +62,7 @@ def __init__(
62
self.name = name
63
if flow_system.used_in_calculation:
64
logger.warning(
65
- f'FlowSystem {flow_system} is already used in a calculation. '
+ f'This FlowSystem is already used in a calculation:\n{flow_system}\n'
66
f'Creating a copy of the FlowSystem for Calculation "{self.name}".'
67
)
68
flow_system = flow_system.copy()
0 commit comments