diff --git a/cats/__init__.py b/cats/__init__.py index 1d2d644..ae189b8 100644 --- a/cats/__init__.py +++ b/cats/__init__.py @@ -335,7 +335,8 @@ def main(arguments=None) -> int: # Find best possible average carbon intensity, along # with corresponding job start time. now_avg, best_avg = get_avg_estimates(CI_forecast, duration=duration) - output = CATSOutput(now_avg, best_avg, location, "GBR", not colour_output) + output = CATSOutput( + now_avg, best_avg, location, "GBR", colour=not colour_output) ################################ ## Calculate carbon footprint ##