Redesign the interface of the local_copy_list
of the CalcInfo
data structure
#2573
Labels
priority/critical-blocking
must be resolved before next release
topic/calc-jobs
type/accepted feature
approved feature request
type/refactoring
Milestone
Currently, the developer of a
CalcJob
plugin is expected to define thelocal_copy_list
and assign them to theCalcInfo
data structure that is returned by theCalcJob.prepare_for_submission
method. Thislocal_copy_list
should be a list of tuples, where each tuple specifies a local absolute path and a remote relative path. However, with the upcoming change of the repository, it is no longer guaranteed to have a local absolute path on the file system for node files and so the interface only provides methods to get a filelike object or the complete content.The text was updated successfully, but these errors were encountered: