Skip to content

Conversation

@njakobsen
Copy link

It looks like extensions was created with the intention to pass the extensions to the Column constructor. However, a second variable extentions was also created to store the extensions identified in the definition args. Unfortunately this second variable was not used, despite containing the desired extensions, and the original variable, which contained the unfiltered definition, was passed to the constructor.

Instead, the variable containing the unfiltered args has been removed, and the typo in the variable containing the filtered list has been corrected. This results in the correct extensions being passed to the Column constructor.

It looks like `extensions` was created with the intention to pass the extensions to the Column constructor. However, a second variable `extentions` was also created to store the extensions identified in the definition args. Unfortunately this second variable was not used, despite containing the desired extensions, and the original variable, which contained the unfiltered definition, was passed to the constructor.

Instead, the variable containing the unfiltered args has been removed, and the typo in the variable containing the filtered list has been corrected. This results in the correct extensions being passed to the Column constructor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant