fusetools.logging_tools.make_script_function

fusetools.logging_tools.make_script_function(module, path)[source]

Execute a Python file as a function.

Parameters
  • module – Arbitrary name for file to run.

  • path – Filepath for file to run.

Returns

Executed run of a Python file.