Skip to content

Code cleanup #36

@travcunn

Description

@travcunn

Some of the code doesn't comply with PEP E501 and is somewhat difficult to read.

This is too difficult to read:

for category in [ name for name in os.listdir(self.graph_templates)
                                        if not name.startswith('.') and os.path.isdir(os.path.join(self.graph_templates, name)) ]:

I may end up cleaning up some things, so this might be more of a note to myself

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