You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolvesxando#5 by passing pre-existing lists through
verbatim - a case where this can be triggered is passing "remainder"
argument lists from an `ArgumentParser` through to `subprocess.run`.
While my example below is with Python 3.6 (from Homebrew), I was also able to repro on Python 3.7 (also from Homebrew).
The text was updated successfully, but these errors were encountered: