Skip to content

Commit 1b1e7ff

Browse files
authored
Removed undefined variable (#164)
1 parent aaa0ab9 commit 1b1e7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

himl/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def do_run(self, opts):
3838

3939
config_processor = ConfigProcessor()
4040

41-
config_processor.process(cwd, opts.path, filters, filter_config, excluded_keys, opts.enclosing_key, opts.remove_enclosing_key,
41+
config_processor.process(cwd, opts.path, filters, excluded_keys, opts.enclosing_key, opts.remove_enclosing_key,
4242
opts.output_format, opts.print_data, opts.output_file, opts.skip_interpolation_resolving,
4343
opts.skip_interpolation_validation, opts.skip_secrets, opts.multi_line_string,
4444
type_strategies= [(list, [opts.merge_list_strategy.value]), (dict, ["merge"])] )

0 commit comments

Comments
 (0)