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
deepdanbooru.project.load_project still loads tags using dd.data.load_tags_from_project; as far as I can tell this should simply be updated to load_tags_from_project now that the function has been moved to the project module (other parts of the code were updated to dd.project.load_tags_from_project, so I'm assuming I'm not missing anything).
Background
I was experimenting with the library and was using commands.evaluate_project as a template for writing an evaluation function. My code raised an error on dd.project.load_project(project_path) referencing the noted bug. I applied the mentioned fix and no longer receive the error.
Additional Comments
I've made the change on my fork and can open a Pull Request for the change if that's easier for you.
The text was updated successfully, but these errors were encountered:
Issue and Resolution
deepdanbooru.project.load_project
still loads tags usingdd.data.load_tags_from_project
; as far as I can tell this should simply be updated toload_tags_from_project
now that the function has been moved to the project module (other parts of the code were updated todd.project.load_tags_from_project
, so I'm assuming I'm not missing anything).Background
I was experimenting with the library and was using
commands.evaluate_project
as a template for writing an evaluation function. My code raised an error ondd.project.load_project(project_path)
referencing the noted bug. I applied the mentioned fix and no longer receive the error.Additional Comments
I've made the change on my fork and can open a Pull Request for the change if that's easier for you.
The text was updated successfully, but these errors were encountered: