Skip to content

Commit

Permalink
Small fix for debug mode when there is an error (#127)
Browse files Browse the repository at this point in the history
* Small fix for debug mode when there is an error

* bump version number
  • Loading branch information
TheFes authored Feb 19, 2024
1 parent 3db89f8 commit 21666f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheapest_energy_hours.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- set _version = '5.4.0'-%}
{%- set _version = '5.4.1'-%}

{#- sub-macro to format datetimes to selected time_format -#}
{%- macro _format_date(datetime, time_format) -%}
Expand Down Expand Up @@ -727,7 +727,7 @@
{{- dict(
version=_version,
output=macro_output,
error=false,
error=true if error_msg is defined else false,
non_default_user_input=non_default,
set_by_macro=set_by_macro,
defaults_used=defaults_used,
Expand Down

0 comments on commit 21666f2

Please sign in to comment.