Closed mefengl closed 1 month ago
amazing! For consistency, would you mind adding a similar update to the python version? Should be another one liner.
raw_file_name = os.path.splitext(os.path.basename(local_path))[0]
file_name = ''.join(c.lower() if c.isalnum() else '_' for c in raw_file_name)[:255]
@tylermaran done
Oh hey @mefengl this was your first contribution too. Congrats! And thanks for the quick work on this one.
Fixes #60
For more details, open the Copilot Workspace session.