Pallavi-Banerjee21 / votca

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

csg_property: only second option is printed if path != . #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
$ cat test.xml
<A>
  <B>
    <C>1</C>
    <C>2</C>
  </B>
</A>
$ csg_property --file test.xml --path A.B.C --print .
C = 1
C = 2
$ csg_property --file test.xml --path A.B --print C
C = 2

This issue is related to a bug reported on the mailing list:
<http://groups.google.com/group/votca/browse_frm/thread/d2f4eba65bc0a13a>

Original issue reported on code.google.com by christop...@gmail.com on 9 Nov 2011 at 2:53

GoogleCodeExporter commented 8 years ago

Original comment by christop...@gmail.com on 1 Jul 2015 at 11:49