New issue 121 by christop...@gmail.com: csg_property: only second option is
printed if path != .
http://code.google.com/p/votca/issues/detail?id=121
$ 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>