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
I check it in src.
the context of print in netlink/init.py,line1010. res['attrs'].append([attr[0], diff]) else: print("fail", type(attr[1])) if op0 == '__sub__': # operator -, complement
I think it isn't a question, why not put the information in to debug?
The text was updated successfully, but these errors were encountered:
shipuyin
changed the title
linux network namespace,del_ip will print “fail <class 'NoneType'>”
linux network namespace. commit after del_ip, will print “fail <class 'NoneType'>”
Apr 9, 2024
I check it in src.
the context of print in netlink/init.py,line1010.
res['attrs'].append([attr[0], diff]) else: print("fail", type(attr[1])) if op0 == '__sub__': # operator -, complement
I think it isn't a question, why not put the information in to debug?
The text was updated successfully, but these errors were encountered: