mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-07 13:40:48 +00:00
pipes.quote() doesn't like integers: >>> from pipes import quote >>> quote(42) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.5/shlex.py", line 282, in quote if _find_unsafe(s) is None: TypeError: expected string or bytes-like object Convert buffer_size to str when quoting it