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: vars() argument must have __dict__ attribute. #1

Merged
merged 1 commit into from
Apr 13, 2018
Merged

Conversation

Srendi
Copy link
Owner

@Srendi Srendi commented Apr 13, 2018

On Centos 7.4 and Python 3.6 the default code spits two errors when trying buttersink btrfs:///mnt/local/volume btrfs:///mnt/iscsi/target compaling of empty vars list and
Error: vars() argument must have dict attribute.
So changing these two lines in send.py from vars(cmdHeader) to cmdHeader._asdict() fixes the error.

@Srendi Srendi merged commit d523b9a into master Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant