Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor module fails with exception when run standalone #17

Open
fstab50 opened this issue Oct 23, 2017 · 0 comments
Open

refactor module fails with exception when run standalone #17

fstab50 opened this issue Oct 23, 2017 · 0 comments

Comments

@fstab50
Copy link
Owner

fstab50 commented Oct 23, 2017

Originally reported by: Blake Huber (Bitbucket: blakeca00, GitHub: Unknown)


some imports are invalid when run standalone, causing manually triggered refactor of awscli credentials to fail.

Required to fix in case this functionality used to generate standalone profiles.json in ~/.stsaval for applications where awscli cannot, or is not, configured.

Traceback (most recent call last):
  File "stsAval/refactor.py", line 16, in <module>
    from stsAval import logd
ModuleNotFoundError: No module named 'stsAval'

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

No branches or pull requests

1 participant