diff --git a/lisa/energy_model.py b/lisa/energy_model.py index 0a01593dc11ca20a968e473c48629c415d0c5c68..ad1dc6759ce438cd9c6b6d6050c1b1af44140848 100644 --- a/lisa/energy_model.py +++ b/lisa/energy_model.py @@ -747,7 +747,7 @@ class EnergyModel(Serializable, Loggable): if not candidates: # The system can't provide full throughput to this workload. raise EnergyModelCapacityError( - "Can't handle workload - total cap = {}".format( + "Can't handle workload: total capacity = {}".format( sum(capacities.values()))) # Whittle down to those that give the lowest energy estimate