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: 'str' object has no attribute 'decode' (fixes #1339) #1341

Closed
wants to merge 3 commits into from
Closed

Conversation

Catfriend1
Copy link

@Catfriend1 Catfriend1 commented Apr 20, 2021

Pull Request Template

Description

Minor patch.

Fixes #1339

How Has This Been Tested?

Manually inserted the changed vms.py file on my Debian 10.6 KVM server. Migration works with this patch.

Checklist:

  • My commit message follow the pattern described in here
  • I have signed-off my commit (git commit -s) to certify I have the rights to submit this work under the same license and agrees to a Developer Certificate of Origin (see http://developercertificate.org/ for more information).
  • [X ] My code follows the style guidelines of this project and I have run make check-local to confirm it.
  • I have run make to build the project and update any documentation that was added as part of this PR.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes (Run make check to confirm it)

This pull request was closed.
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.

Migration fails with "AttributeError: 'str' object has no attribute 'decode'"
1 participant