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

percentages are returned in args_dict['ibytes'] #11

Open
geekscrapy opened this issue Nov 1, 2018 · 0 comments
Open

percentages are returned in args_dict['ibytes'] #11

geekscrapy opened this issue Nov 1, 2018 · 0 comments

Comments

@geekscrapy
Copy link
Owner

Once generate_graphs() is called on graph ent, 'percentages' values are appended to the ibytes list.

To replicate:

  • Import and submit graph to generate_graphs(args_dict)
  • print args_dict - it shouldn't contain the 'percentages' list

I believe this is due to not copying the dictionary, but using the deepcopy.

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

No branches or pull requests

1 participant