mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-13 07:11:00 +08:00
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:
|
if '--debug' in sys.argv:
|
||||||
jedi.set_debug_function()
|
jedi.set_debug_function()
|
||||||
|
|
||||||
path = sys.argv[2]
|
for path in sys.argv[2:]:
|
||||||
|
if path.startswith('--'):
|
||||||
|
continue
|
||||||
if isdir(path):
|
if isdir(path):
|
||||||
import fnmatch
|
import fnmatch
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user