Skip to content

2.0.6

Compare
Choose a tag to compare
@codingjoe codingjoe released this 14 Sep 18:27
· 251 commits to master since this release

Fix the path splitting when generating variation names
Using the standard os.path.split function, easier and safer.

The previous code relied on the presence of a '/' char in the filename.
This would failed when using upload_to=callable that returns a simple
filename without any directory.