Ejemplo n.º 1
0
Archivo: sample.py Proyecto: mtop/gefes
 def web_export(self):
     """Copy the report to the webexport directory where it can be viewed by anyone"""
     dest = FilePath(("/proj/%s/webexport/" + self.location) % self.sample.account)
     dest.make_directory()
     shutil.copy(self.output_path, dest)