Skip to content

Better error for invalid PYMSBUILD_CONFIG #83

@zooba

Description

@zooba

If you set PYMSBUILD_CONFIG wrong, the first indication is typically Python failing to import it. If you set it at a directory, the import may even succeed.

We should wrap up the import call and if it fails, do some basic checks to see if anything obvious is bad:

  • config is not a file
  • config does not exist

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