AndBug icon indicating copy to clipboard operation
AndBug copied to clipboard

andbug shell crashes on shlex exception

Open swdunlop opened this issue 12 years ago • 0 comments

## AndBug (C) 2011 Scott W. Dunlop <[email protected]>
>> navi\
## ValueError: No escaped character
   -- File "/home/scott/andbug/lib/andbug/command.py", line 152, in perform
      act(self, *args, **kwargs)
   -- File "/home/scott/andbug/lib/andbug/cmd/shell.py", line 50, in shell
      cmd = shlex.split(input())

swdunlop avatar Jun 09 '12 23:06 swdunlop