kartverket / automatisk-generalisering

MIT License
0 stars 2 forks source link

Refactor input validation in base file manager #142

Closed EllingOftedalKV closed 4 months ago

EllingOftedalKV commented 4 months ago

Simplified input validation methods in the base file manager module. The functions now reject any input that contains illegal characters for filenames or whitespace. The validate method has been refactored to be more generic, able to handle any number of input arguments.