Skip to content

Add GitHub Actions workflow for Python package#34

Open
v46dcnx9ww-bot wants to merge 4 commits into
NextKore:masterfrom
v46dcnx9ww-bot:master
Open

Add GitHub Actions workflow for Python package#34
v46dcnx9ww-bot wants to merge 4 commits into
NextKore:masterfrom
v46dcnx9ww-bot:master

Conversation

@v46dcnx9ww-bot

Copy link
Copy Markdown

No description provided.

Changed line 395 from:
  map_keys_details[key_idx].append([key_val, 'tou', 'regular'])
to:
  map_keys_details[key_idx].append([map_key[0], 'tou', 'regular'])

This fixes the F821 undefined name error in the exception handler by using the correct variable that's already in scope.
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