Skip to content

empty tag results in double underscore in filename #193

@tgruene

Description

@tgruene

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions