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

Traceback when executing in python 3.6.8 #42

Closed
waldirio opened this issue Oct 17, 2021 · 1 comment · Fixed by #43
Closed

Traceback when executing in python 3.6.8 #42

waldirio opened this issue Oct 17, 2021 · 1 comment · Fixed by #43
Assignees
Labels
bug Something isn't working

Comments

@waldirio
Copy link
Owner

# ./dist/rvtools 
Reading Conf File
There isn't the conf file on ~/.rvtools.conf, creating a new one now
according to the example below:
-----------------------
vcenter=<fqdn>
username=<vcenter username>
password=<password>
directory=<directory>
-----------------------

Please update the info if you would like to persist the credentials
Traceback (most recent call last):
  File "rvtools", line 10, in <module>
  File "rvtools/rvtools.py", line 62, in main
    exit()
NameError: name 'exit' is not defined
[12369] Failed to execute script 'rvtools' due to unhandled exception!
@waldirio waldirio self-assigned this Oct 17, 2021
@waldirio waldirio added the bug Something isn't working label Oct 17, 2021
@waldirio
Copy link
Owner Author

Fixed and working as expected.

$ ./rvtools 
Reading Conf File
There isn't the conf file on ~/.rvtools.conf, creating a new one now
according to the example below:
-----------------------
vcenter=<fqdn>
username=<vcenter username>
password=<password>
directory=<directory>
-----------------------

Please update the info if you would like to persist the credentials
$ 

@waldirio waldirio linked a pull request Oct 17, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant