1
0
forked from VimPlug/jedi

Trivial refactorings

This commit is contained in:
Danilo Bargen
2012-10-20 23:43:13 +02:00
parent 55aeeb00b7
commit c5b9eca9d1
3 changed files with 24 additions and 24 deletions

View File

@@ -227,7 +227,7 @@ def sys_path_with_modifications(module):
if call.execution is None:
continue
exe = call.execution
if not (array_cmd == 'insert' and len(exe) == 2 \
if not (array_cmd == 'insert' and len(exe) == 2
or array_cmd == 'append' and len(exe) == 1):
continue