~jgrandguillaume-c2c/openobject-addons/multi-company-cost-price

« back to all changes in this revision

Viewing changes to document_ftp/ftpserver/ftpserver.py

  • Committer: Joël Grand-Guillaume
  • Date: 2010-04-08 09:00:10 UTC
  • mfrom: (2533.3.664)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100408090010-c0pqjan341s18bxs
[MRG] Merge from last trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2561
2561
                why = "%s is not retrievable" %line
2562
2562
                self.log('FAIL SIZE "%s". %s.' %(line, why))
2563
2563
                self.respond("550 %s." %why)
 
2564
                self.fs.close_cr(datacr)
2564
2565
                return
2565
2566
            size = self.run_as_current_user(self.fs.getsize, path)
2566
2567
        except OSError, err: