Message2579
I'm using roundup as backend to construct a GUI program.
When call the hyperdb.exportFilename() method,it returns incorrect file path.
the old code is :
return os.path.join(dirname, self.classname+'-files', subdir_filename)
when I change this line to the below:
return os.path.join(dirname, 'files',self.classname, subdir_filename)
the result is right.
So I think that it's maybe a bug?
The running environment:
OS: Ubuntun 7.10
Python: 2.5.1
roundup: 1.4.4
|
|
Date |
User |
Action |
Args |
2009-02-03 14:22:19 | admin | link | issue2051107 messages |
2009-02-03 14:22:19 | admin | create | |
|