Open JoshLipschultz opened 8 years ago
Thanks for the report @JoshLipschultz. I have not yet encountered this issue.
If you can fix it that would be awesome, send me a PR.
I will look at this when I get some time otherwise. I am up to my eyes in some other stuff right now so it will be at least a couple of weeks before I can get to it.
Occasionally when processing tags, a few things can happen:
And the error:
Basically it looks like the
prompt_for_tags
is treatingtags
as both a string and a list in difference places, which is causing the issue.I should be able to fix this later, but I wanted to write this up in case you had identified the problem and had done it already.