[augeas-devel] [Augeas] #350: Too many matches for path expression when using int()

Augeas trac at fedorahosted.org
Fri Jul 12 12:25:32 UTC 2013


#350: Too many matches for path expression when using int()
---------------------+---------------------
 Reporter:  raphink  |       Owner:  lutter
     Type:  defect   |      Status:  new
 Priority:  major    |   Milestone:  next
Component:  Augeas   |     Version:  1.0.0
 Keywords:           |  Blocked By:
 Blocking:           |
---------------------+---------------------
 {{{
 augtool> match /augeas/files//*[int(mtime) > 3]
 error: Too many matches for path expression
 }}}

 While

 {{{
 augtool> match /augeas/files//mtime[int(.) > 3]/..
 }}}

 works fine.

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/350>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list