Skip to content

Fix variation-module-options parsing in numeric.py#4

Open
stefanoettl wants to merge 1 commit intolextudio:masterfrom
stefanoettl:patch-1
Open

Fix variation-module-options parsing in numeric.py#4
stefanoettl wants to merge 1 commit intolextudio:masterfrom
stefanoettl:patch-1

Conversation

@stefanoettl
Copy link
Copy Markdown

  • removes unnecessary 'for' loop during numeric module options processing
  • the aforementioned loop led to an exception before this fix: 'ValueError: too many values to unpack (expected 2)' Exception was thrown since the utils.split() method returns a flat list and not a dict[list] or the like

* removes unnecessary 'for' loop during numeric module options processing
* the aforementioned loop led to an exception before this fix:
  'ValueError: too many values to unpack (expected 2)'
  Exception was thrown since the utils.split() method returns a flat 
  list and not a dict[list] or the like
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Aug 8, 2024

CLA assistant check
All committers have signed the CLA.

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.

2 participants