forked from VimPlug/jedi
multiple files should be scannable in the main analysis API.
This commit is contained in:
+3
-1
@@ -13,7 +13,9 @@ elif len(argv) > 1 and argv[1] == 'force':
|
||||
if '--debug' in sys.argv:
|
||||
jedi.set_debug_function()
|
||||
|
||||
path = sys.argv[2]
|
||||
for path in sys.argv[2:]:
|
||||
if path.startswith('--'):
|
||||
continue
|
||||
if isdir(path):
|
||||
import fnmatch
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user