Skip to content

Allow passing input name with trailing separator to FC

Douglas Serson requested to merge fix/FC-trailingSep into master

As the name suggests, this MR fixes a bug where passing an input with a trailing separator (e.g. file.fld/) causes FieldConvert to fail. This is especially annoying because the bash auto-complete adds the / for folders.

Merge request reports