Skip to content

[Bug]: ivy.array(0)[None] (adding dimention to a 0-dimentional array) UnboundLocalError: cannot access local variable 'array_queries' where it is not associated with a value #39259

[Bug]: ivy.array(0)[None] (adding dimention to a 0-dimentional array) UnboundLocalError: cannot access local variable 'array_queries' where it is not associated with a value

[Bug]: ivy.array(0)[None] (adding dimention to a 0-dimentional array) UnboundLocalError: cannot access local variable 'array_queries' where it is not associated with a value #39259

Workflow file for this run

name: Issue Automation
on:
issue_comment:
types:
- created
jobs:
issue_commented:
name: Issue comment
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- name: Checks
uses: actions/checkout@v2
with:
path: ivy
persist-credentials: false
- name: Issue Comment Check
run: |
echo Bot Offline
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
COMMENT_BODY: ${{ github.event.comment.body }}
COMMENT_NUMBER: ${{ github.event.comment.id }}
COMMENT_AUTHOR: ${{ github.event.comment.user.login }}