Created
April 29, 2015 15:30
-
-
Save valeth/02eeffbd5d19d35dda1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/valeth/.xdg/share/vim/plugins/vim-pandoc/pythonx/vim_pandoc/async.py", line 39, in <module> | |
Popen(command) | |
File "/usr/lib/python3.4/subprocess.py", line 859, in __init__ | |
restore_signals, start_new_session) | |
File "/usr/lib/python3.4/subprocess.py", line 1379, in _execute_child | |
executable = os.fsencode(executable) | |
File "/usr/lib/python3.4/os.py", line 770, in fsencode | |
raise TypeError("expect bytes or str, not %s" % type(filename).__name__) | |
TypeError: expect bytes or str, not NoneType |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment