Skip to content

Commit

Permalink
PR feedback - config is still not a dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed May 12, 2020
1 parent 0fa9d0a commit d0f5664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@


{% macro should_full_refresh() %}
{% set config_full_refresh = config.get('full_refresh', false) %}
{% set config_full_refresh = config.get('full_refresh') %}
{% if config_full_refresh is none %}
{% set config_full_refresh = flags.FULL_REFRESH %}
{% endif %}
Expand Down

0 comments on commit d0f5664

Please sign in to comment.