tell-k / vim-autopep8

autopep8 plugin for Vim
http://www.vim.org/scripts/script.php?script_id=4614
MIT License
277 stars 51 forks source link

when filename or filepath contain whitespace, cause error. #5

Closed liuyang1 closed 10 years ago

liuyang1 commented 10 years ago

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

liuyang1 commented 10 years ago

I fix this problem.