remcoboerma / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

db.DBPhotos.__addPhoto defines unused variables dir, name #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
{{{
  def __addPhoto(self, nodeDir, file, tags, filesInBasket):
        assert type(file) == unicode
        dir, name = os.path.split(file)
}}}

... and dir and name variables are never used.

Original issue reported on code.google.com by matej.c...@gmail.com on 9 Jan 2012 at 7:11

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r343.

Original comment by r...@wallace.gen.nz on 4 Oct 2012 at 11:03