vmware / nsx-t-datacenter-ci-pipelines

CI pipelines for VMware NSX-T Datacenter
Other
71 stars 43 forks source link

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

Open zhaq90 opened 3 years ago

zhaq90 commented 3 years ago

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": [] }