Skip to content

Un-Pythonic config system #11

Description

@ocket8888

The way scan currently works is you must call config.init(<config_dir>) before reading in a span or really doing anything at all. That's super un-Pythonic, so at the very least it'd be nice to move that logic into __init__.py, since it always must be done to use the package. Not sure how that'd go with importing as a module though, since you can't really pass arguments to import, and ATS can legally exist anywhere on the system.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions