incorrectly had CMake storing directory names as filepaths
also correct compiler warning for collada and remove print from own last commit.
This commit is contained in:
@@ -82,7 +82,6 @@ def complete(line, cursor, namespace, private):
|
||||
if RE_MODULE.match(line):
|
||||
from . import complete_import
|
||||
matches = complete_import.complete(line)
|
||||
print(private)
|
||||
if not private:
|
||||
matches[:] = [m for m in matches if m[:1] != "_"]
|
||||
matches.sort()
|
||||
|
Reference in New Issue
Block a user