pipalacademy / feather-python-runtime

Python runtime for Feather
MIT License
0 stars 0 forks source link

Raise error when filename has invalid characters #14

Open nikochiko opened 2 years ago

nikochiko commented 2 years ago

Error is defined here: https://github.com/pipalacademy/feather-python-runtime/blob/bfa1efcb4a5e553481d7008f1c871347487bd316/feather_python/errors.py#L31-L34

Needs to be implemented when a filename given for a file has invalid characters.

There are also cases when the filename has dots and relative paths which we may reject (#9), we could choose to use the same error class for that too.