tell-k / vim-autopep8

autopep8 plugin for Vim

Home Page:http://www.vim.org/scripts/script.php?script_id=4614

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when filename or filepath contain whitespace, cause error.

liuyang1 opened this issue · comments

Usage: autopep8 [options] [filename [filename ...]]
Use filename '-' for stdin.

autopep8: error: autopep8 only takes one filename as argument unless the "--in-place" or "--diff" options are used
[Errno 2] No such file or directory: u'git/hub/Projects/Classic'
[Errno 2] No such file or directory: u'Algorithms/sieve.py

I fix this problem.