Skip to content
Snippets Groups Projects
Commit 3e0eac42 authored by Dirk Thomas's avatar Dirk Thomas Committed by GitHub
Browse files

Merge pull request #8 from ros2/fix_fallback_completer_api

fix fallback api without argcomplete
parents 16b12773 aa6c4bcf
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ except ImportError:
try:
from argcomplete.completers import FilesCompleter
except ImportError:
def FilesCompleter():
def FilesCompleter(*, allowednames, directories):
return None
from sros2.api import create_permission
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment