Closed nmaterise closed 1 year ago
I don't know if this is the best fix, but I usually grab the file extension like this:
fext = fname.split('.')[-1]
@scottito
Nevermind, pilot error on my part. The existing implementation works with or without extra periods in the filename.
I don't know if this is the best fix, but I usually grab the file extension like this: