Skip to content

Commit 023a0cd

Browse files
author
Anthony Baxter
committed
another name error, another backport candidate
1 parent 0ed1888 commit 023a0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/backends/blobfiles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
#$Id: blobfiles.py,v 1.18 2004-12-18 11:12:04 jlgijsbers Exp $
18+
#$Id: blobfiles.py,v 1.19 2005-06-08 03:35:18 anthonybaxter Exp $
1919
'''This module exports file storage for roundup backends.
2020
Files are stored into a directory hierarchy.
2121
'''
@@ -79,7 +79,7 @@ def filename(self, classname, nodeid, property=None, create=0):
7979
return filename
8080

8181
# file just ain't there
82-
raise IOError, 'content file for %s not found'%name
82+
raise IOError('content file for %s not found'%filename)
8383

8484
def storefile(self, classname, nodeid, property, content):
8585
'''Store the content of the file in the database. The property may be

0 commit comments

Comments
 (0)