marvin-zhao / pyang

Automatically exported from code.google.com/p/pyang
0 stars 0 forks source link

Remove empty RPC input/ouput nodes in pyang -f tree #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think it's kind of distracting that empty and not existing input or output 
nodes in RPCs are shown in treeview. 
Or is this wanted behavior? 

Original issue reported on code.google.com by ratsk...@googlemail.com on 30 Aug 2010 at 3:37

GoogleCodeExporter commented 9 years ago
Hi,

Actually, these nodes _do_ exist, even if you do not specify them in the 
module.  However, I fixed the code to not print them if not explicitly 
specified in the YANG module.

/martin

Original comment by mbj4...@gmail.com on 6 Oct 2010 at 10:27