Skip to content

Conversation

@jumiles-pa
Copy link

Description

We found that the library fails if there are any comments in the credentials json files so to handle this I use the json5 library instead of the base json library that comes with python at this time.
https://pypi.org/project/json5/

I also saw the library fail to find credential files when using PowerShell because the environment variable HOME would be missing. I set it to fall back onto USERPROFILE if the HOME variable is not set.

I also added more descriptive notes on how to test locally in the CONTRIBUTING.md file.

Motivation and Context

How Has This Been Tested?

I tested locally in a minimal capacity.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant