CINPLA / expipe-plugin-cinpla

Plugins for expipe command line interface
http://expipe-plugin-cinpla.readthedocs.io/en/latest/
GNU General Public License v3.0
1 stars 3 forks source link

data path is too expressive #70

Open lepmik opened 3 months ago

lepmik commented 3 months ago

when the data path main is established it adds too many parts e.g.

actions['001-181220-2'].data['main'] = "actions/001-181220-2/data/main.nbw" 
#should be
actions['001-181220-2'].data['main'] = "main.nbw"