haydensnow / posterpal

PosterPal is a simple Python script for organizing, compressing, and properly renaming media artwork downloaded from sites like The Poster Database, MediUX, and more.
GNU General Public License v3.0
10 stars 2 forks source link

Error when PMM_assets is True #3

Open ctejada10 opened 8 months ago

ctejada10 commented 8 months ago

Getting an error when trying to move renamed files into my PMM assets folder:

2024-03-03 20:35:06 - ERROR - An error occurred: expected str, bytes or os.PathLike object, not set

My best guess is that it's receiving assets_set instead of an actual path to process. I'm trying to fix it on my branch but wanted to flag this for you.