hpcflow.sdk.config.callbacks.set_callback_file_paths#

hpcflow.sdk.config.callbacks.set_callback_file_paths(config, value)#

Check the file(s) is/are accessible. This is only done on config.set (and not on config.get or config._validate) because it could be expensive in the case of remote files.

Parameters:
  • config (Config)

  • value (PathLike | list[PathLike])

Return type:

None