This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author altendky
Recipients altendky
Date 2018-05-23.14:14:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527084844.2.0.682650639539.issue33617@psf.upfronthosting.co.za>
In-reply-to
Content
PS C:\Users\FSTAB\Desktop\g\20\grid-tied> py -3.6 -c "import os, pathlib, subprocess; subprocess.run([pathlib.Path()])"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Program Files\Python36\lib\subprocess.py", line 403, in run
    with Popen(*popenargs, **kwargs) as process:
  File "C:\Program Files\Python36\lib\subprocess.py", line 707, in __init__
    restore_signals, start_new_session)
  File "C:\Program Files\Python36\lib\subprocess.py", line 964, in _execute_child
    args = list2cmdline(args)
  File "C:\Program Files\Python36\lib\subprocess.py", line 461, in list2cmdline
    needquote = (" " in arg) or ("\t" in arg) or not arg
TypeError: argument of type 'WindowsPath' is not iterable


PR to follow soon.
History
Date User Action Args
2018-05-23 14:14:04altendkysetrecipients: + altendky
2018-05-23 14:14:04altendkysetmessageid: <1527084844.2.0.682650639539.issue33617@psf.upfronthosting.co.za>
2018-05-23 14:14:04altendkylinkissue33617 messages
2018-05-23 14:14:04altendkycreate