Skip to content

Why is _base_dir global? #25

@andylytical

Description

@andylytical

In configure_workflows.py,

  • _base_dir is global, but probably doesn't need to be.
  • getBaseDir() does an unnecessary test for "is None". Either remove the test or fix the function to do something useful
  • Overall, can probably create a module-level dictionary of values and re-write the getter/setter for _base_dir

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions