Open GoogleCodeExporter opened 8 years ago
There is a related error when submitting the edit (on closing $EDITOR):
Traceback (most recent call last):
File "bin/tracshell", line 6, in <module>
run()
File "/usr/lib/python2.7/site-packages/tracshell/core.py", line 51, in run
shell.start_shell(s, args)
File "/usr/lib/python2.7/site-packages/tracshell/shell.py", line 74, in start_shell
shell.cmdloop()
File "/usr/lib64/python2.7/cmd.py", line 142, in cmdloop
stop = self.onecmd(line)
File "/usr/lib64/python2.7/cmd.py", line 219, in onecmd
return func(arg)
File "/usr/lib/python2.7/site-packages/tracshell/helpers.py", line 28, in wrapper
return func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/tracshell/shell.py", line 368, in do_edit
if v in data[k]:
TypeError: 'in <string>' requires string as left operand, not instance
Updated patch attached
Original comment by carlvant...@gmail.com
on 16 Nov 2011 at 2:46
Attachments:
Original issue reported on code.google.com by
carlvant...@gmail.com
on 16 Nov 2011 at 2:38Attachments: