diff --git a/puren_tonbo/tools/ptig.py b/puren_tonbo/tools/ptig.py index c30ac69..607fdb1 100755 --- a/puren_tonbo/tools/ptig.py +++ b/puren_tonbo/tools/ptig.py @@ -129,6 +129,9 @@ def do_exit(self, line=None): do_EOF = do_exit def do_ls(self, line=None): + if line: + print('Parameters not supported') + return note_encoding = self.pt_config['codec'] note_root = self.paths_to_search[0] # TODO just pick the first one, ignore everthing else # for now, ignore line