You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sample log below
File "/home/dpln/proj/pysl/exec_dir/../py_src/pyslint.py", line 1292, in
REUSE_NO_WILDC_AA_CL(scope_i)
File "/home/dpln/proj/pysl/exec_dir/../py_src/pyslint.py", line 382, in REUSE_NO_WILDC_AA_CL
if (lv_decl_dim_i.specifier.kind.name == 'WildcardDimensionSpecifier'):
AttributeError: 'NoneType' object has no attribute 'kind'
Expected behavior
Expected to run without the above error.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug/issue
Pyslint is showing below error :
AttributeError: 'NoneType' object has no attribute 'kind'
To Reproduce
Steps to reproduce the behavior:
Add sample log below
File "/home/dpln/proj/pysl/exec_dir/../py_src/pyslint.py", line 1292, in
REUSE_NO_WILDC_AA_CL(scope_i)
File "/home/dpln/proj/pysl/exec_dir/../py_src/pyslint.py", line 382, in REUSE_NO_WILDC_AA_CL
if (lv_decl_dim_i.specifier.kind.name == 'WildcardDimensionSpecifier'):
AttributeError: 'NoneType' object has no attribute 'kind'
Expected behavior
Expected to run without the above error.
Additional context
The text was updated successfully, but these errors were encountered: