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
Attempting to use the "Create Tags From Folders" macro does not create the tags from the folders. The window does not close.
Expected Behavior
Applying the macro should result in the tags being created and applied to the files within the directory.
Steps to Reproduce
Create a library in a directory that has subdirectories
Attempt to use the "Folders to Tags" macro
Click apply
Nothing happens for the end user.
Logs
In the console from which I launched tagstudio:
Converting folders to Tags
Traceback (most recent call last):
File "src/qt/modals/folders_to_tags.py", line 235, in on_apply
File "src/qt/modals/folders_to_tags.py", line 74, in folders_to_tags
File "src/qt/modals/folders_to_tags.py", line 64, in add_folders_to_tree
KeyError: 'tag'
The text was updated successfully, but these errors were encountered:
Thank you for the detailed report, I can confirm that this is reproducible. My hunch is that this is a bug introduced in #98 but I'm looking into it in more detail now
Checklist
TagStudio Version
Alpha 9.3.2
Operating System & Version
Arch Linux
Description
Attempting to use the "Create Tags From Folders" macro does not create the tags from the folders. The window does not close.
Expected Behavior
Applying the macro should result in the tags being created and applied to the files within the directory.
Steps to Reproduce
Logs
In the console from which I launched tagstudio:
Converting folders to Tags
Traceback (most recent call last):
File "src/qt/modals/folders_to_tags.py", line 235, in on_apply
File "src/qt/modals/folders_to_tags.py", line 74, in folders_to_tags
File "src/qt/modals/folders_to_tags.py", line 64, in add_folders_to_tree
KeyError: 'tag'
The text was updated successfully, but these errors were encountered: