Example #1
0
File: sample.py Project: 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)