pkglts.file_management module

TODO Useless?

pkglts.file_management.write_file(pth, content)[source]

Write the content of a file on a local path and register associated hash for further modification tests.

Parameters:
  • pth (str) – path to the new created file

  • content (str) – content to write on disk

Returns:

None