Mentions légales du service

Skip to content

Fix minor bug in config schema for transforms

E. Madison Bray requested to merge embray/fix-argless-transform-config into master

This fixes passing a transform that takes no arguments by its name alone. E.g.,

- rotate
- crop: {max_snps: 100}

instead of

- rotate: {}
- crop: {max_snps: 100}

Merge request reports