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
sudo python2 srx.py -getconf Traceback (most recent call last): File "srx.py", line 771, in <module> tag_nat = scan_tag(top_security.nat, 'source') File "srx.py", line 201, in scan_tag for child in tagname.children: AttributeError: 'NoneType' object has no attribute 'children'
#3
Open
MElbeshti opened this issue
Oct 27, 2020
· 0 comments
sudo python2 srx.py -getconf
Traceback (most recent call last):
File "srx.py", line 771, in
tag_nat = scan_tag(top_security.nat, 'source')
File "srx.py", line 201, in scan_tag
for child in tagname.children:
AttributeError: 'NoneType' object has no attribute 'children' @haeringer@djaity
#bug @bug
The text was updated successfully, but these errors were encountered:
sudo python2 srx.py -getconf
Traceback (most recent call last):
File "srx.py", line 771, in
tag_nat = scan_tag(top_security.nat, 'source')
File "srx.py", line 201, in scan_tag
for child in tagname.children:
AttributeError: 'NoneType' object has no attribute 'children'
@haeringer @djaity
#bug @bug
The text was updated successfully, but these errors were encountered: