Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix AttributeError on Bookmark.__str__ #1749

Merged
merged 1 commit into from
Jan 11, 2024
Merged

fix AttributeError on Bookmark.__str__ #1749

merged 1 commit into from
Jan 11, 2024

Conversation

Bomme
Copy link
Contributor

@Bomme Bomme commented Jan 7, 2024

Issue(s)
fixes FREESOUND-WEB-1V5 and FREESOUND-WEB-1V4

Description

AttributeError: 'Bookmark' object has no attribute 'name'
(14 additional frame(s) were not displayed)
...
  File "bookmarks/models.py", line 43, in __str__
    return f"Bookmark: {[self.name](http://self.name/)}"

Deployment steps:

fixes FREESOUND-WEB-1V5 and FREESOUND-WEB-1V4
@ffont
Copy link
Member

ffont commented Jan 11, 2024

Oh thanks! I removed the name property some time ago :S

@ffont ffont merged commit 9b92c31 into master Jan 11, 2024
1 check passed
@ffont ffont deleted the bookmark_str_bug branch January 11, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants