writeFile#

lsst.ts.wep.utils.writeFile(filePath, content)#

Write the content to file.

Parameters:
  • filePath (str) – File path.

  • content (str) – File content.

Return type:

None