[Epydoc-commits] SF.net SVN: epydoc: [1271] trunk/epydoc/src/epydoc/util.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-08-21 11:34:41
|
Revision: 1271 Author: edloper Date: 2006-08-21 04:34:36 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1271&view=rev Log Message: ----------- - Made py_src_filename's ValueError a little more verbose. Modified Paths: -------------- trunk/epydoc/src/epydoc/util.py Modified: trunk/epydoc/src/epydoc/util.py =================================================================== --- trunk/epydoc/src/epydoc/util.py 2006-08-21 11:34:12 UTC (rev 1270) +++ trunk/epydoc/src/epydoc/util.py 2006-08-21 11:34:36 UTC (rev 1271) @@ -73,7 +73,7 @@ return '%s%s' % (basefile, ext) else: raise ValueError('Could not find a corresponding ' - 'Python source file.') + 'Python source file for %r.' % filename) def munge_script_name(filename): name = os.path.split(filename)[1] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |