Skip to content

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

Open
@geekscrapy

Description

@geekscrapy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions