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

Were getting an invalid syntax on the cli.py file #90

Open
zhaq90 opened this issue Apr 8, 2021 · 0 comments
Open

Were getting an invalid syntax on the cli.py file #90

zhaq90 opened this issue Apr 8, 2021 · 0 comments

Comments

@zhaq90
Copy link

zhaq90 commented Apr 8, 2021

We are using branch v.3.0.0 for our NSX-T installation. Everything was working fine up until today. The error below is what we are receiving.

"stderr": "Traceback (most recent call last):\n File "turn_off_reservation.py", line 17, in \n from tools import cli\n File "/usr/local/lib/python2.7/dist-packages/tools/cli.py", line 84\n def _add_sample_specific_arguments(self, is_required: bool, *args):\n ^\nSyntaxError: invalid syntax",
"stderr_lines": [
"Traceback (most recent call last):",
" File "turn_off_reservation.py", line 17, in ",
" from tools import cli",
" File "/usr/local/lib/python2.7/dist-packages/tools/cli.py", line 84",
" def _add_sample_specific_arguments(self, is_required: bool, *args):",
" ^",
"SyntaxError: invalid syntax"
],
"stdout": "",
"stdout_lines": []
}

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

No branches or pull requests

1 participant