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 __str__ function for EncodedVideo #217

Merged
merged 1 commit into from
Apr 14, 2020

Conversation

zainab-amir
Copy link
Contributor

Currently the __str__ function return an integer value, which raises a TypeError in admin

TypeError: __str__ returned non-string (type int)

Fixing to return a string value

@zainab-amir zainab-amir merged commit 13815a8 into master Apr 14, 2020
@zainab-amir zainab-amir deleted the zamir/fix_function_to_return_string branch April 14, 2020 12:56
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