Open 6E006B opened 12 years ago
hmm.. cannot reproduce on master/testing. what was your search query?
I can reproduce this as following:
'L' for tag list. Select the 'twitter' tag. '|' for refineprompt. Typing ' and tag'. Then hitting '[tab]' causes this exception.
Quoting Christopher Schwardt (2012-11-08 12:37:25)
I can reproduce this as following:
'L' for tag list. Select the 'twitter' tag. '|' for refineprompt. Typing ' and tag'. Then hitting '[tab]' causes this exception.
yep, can reproduce this now. thx
you hit sth deeper here unfortunately. the problem is that the first tagstring is quoted.
I split ";" separated commands and later on parameter arguments using shlex, which sucks big time.
need to look deeper into how to properly fix alot.helper.split_commandline
..
a quick fix would be to simple escape "
chars there before handing the string to shlex. this unfortunately makes alots shellescape cmd behave strangely..
You're welcome ;)
I'll just leave this here quickly, since I have to get up early tomorrow ;)
It happened as I was refining my search. Last entries of the debug log: