You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
branch: main, date of testing: 12/5/2025
when the TAG field is empty, the resulting filename includes two underscode '__'. Personally, I find this unpleasing. A simple
if TAG not None: filename_pattern += f'_{TAG}'
would do, wouldn't it?
branch: main, date of testing: 12/5/2025
when the TAG field is empty, the resulting filename includes two underscode '__'. Personally, I find this unpleasing. A simple
if TAG not None: filename_pattern += f'_{TAG}'
would do, wouldn't it?