Skip to content

Commit

Permalink
ptig - ls no params
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Sep 1, 2023
1 parent 10f2470 commit f0084e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions puren_tonbo/tools/ptig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0084e7

Please sign in to comment.