On Sunday, October 16, 2016 at 11:18:02 AM UTC-5, Edward K. Ream wrote:

p = subprocess.Popen(
>     ["git", "log" , '-1', '--date=default-local'],
>     stdout=subprocess.PIPE,
>     shell=True)
>

Testing on Linux shows that the shell argument should be set as follows:

    shell=sys.platform.startswith('win'),

EKR

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to