Closed mboudet closed 6 years ago
Hi, "from shlex import quote" is only available for python3 upwards, leading to crash with python 2.7.
The legacy lib for 2.7 is "pipes", so I added a try/catch statement.
Hi, "from shlex import quote" is only available for python3 upwards, leading to crash with python 2.7.
The legacy lib for 2.7 is "pipes", so I added a try/catch statement.