|
[Rivet-svn] r2764 - trunk/pyextblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Nov 25 02:25:56 GMT 2010
Author: hoeth Date: Thu Nov 25 02:25:56 2010 New Revision: 2764 Log: merge path fix for aida output from Professor repository Modified: trunk/pyext/lighthisto.py Modified: trunk/pyext/lighthisto.py ============================================================================== --- trunk/pyext/lighthisto.py Thu Nov 18 21:46:38 2010 (r2763) +++ trunk/pyext/lighthisto.py Thu Nov 25 02:25:56 2010 (r2764) @@ -126,7 +126,7 @@ self.path, htmlescape(self.title)) else: r += ind + ' path="%s" title="">\n' % ( - posixpath.dirname(self.path)) + self.path) if (self.xlabel!=''): r += ind + ' <dimenstion dim="0" title="%s"/>\n' % ( htmlescape(self.xlabel))
More information about the Rivet-svn mailing list |