RenderToolbox / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
Other
5 stars 2 forks source link

Should be able to modify RecipeAPI file names. #24

Closed benjamin-heasly closed 7 years ago

benjamin-heasly commented 9 years ago

Issue by benjamin-heasly Friday Jun 06, 2014 at 19:29 GMT Originally opened as https://github.com/DavidBrainard/RenderToolbox3/issues/54


Currently, the RecipeAPI packs up recipes in a zip archive with the same name as the recipe itself. It expects the archive name and recipe name to be the same when it unpacks the recipe.

This causes unpacking to fail, if the archive name was changed between packing and unpacking.

The recipe API should be able to unpack archives with arbitrary names, regardless of the name of the packed up recipe.