mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-14 16:41:01 +08:00
Trivial refactorings
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user