-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Contribution guidelines
- I've read the contribution guidelines and wholeheartedly agree
Description
An error is showing when listing the environments
Expected behaviour
Should display the environments.
Actual behaviour
bes list -env
[WARN]: No access token provided. Will try unauthenticated request.
If you are using a private repository
set the BESMAN_ACCESS_TOKEN environment variable.
export BESMAN_ACCESS_TOKEN=<your_access_token>
Traceback (most recent call last):
File "/home/ubuntu/.besman/scripts/besman-get-env-list.py", line 5, in
from besman_python_helper import ConstructURL
ModuleNotFoundError: No module named 'besman_python_helper'
[ERR]: Error fetching data.
Steps to reproduce
- Install the latest version of besman
- run bes list -env
Relevant screenshots
Possible Solution
No response
Additional Information
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working