$ status
========== Traceback starts here ==========
uncaught: (<class exceptions.AttributeError at
0x4029b80c>, <exceptions.AttributeError instance at
0x40555dec>)
Traceback (most recent call last):
File "/home/andi/software/cvsshell/src/app.py", line
255, in main
self.run()
File "/usr/local/src/cvsshell/src/cvs_shell.py", line
215, in run
InteractiveApp.run(self)
File
"/home/andi/software/cvsshell/src/interactive_app.py",
line 68, in run
result = self.evalCommand(command)
File "/usr/local/src/cvsshell/src/cvs_shell.py", line
177, in evalCommand
self.evalSingleCommand(c)
File "/usr/local/src/cvsshell/src/cvs_shell.py", line
211, in evalSingleCommand
return fun(self, cmdName, cmdOpts)
File "/home/andi/software/cvsshell/src/cvs_cmds.py",
line 93, in status
repRev = regexRepRev.search(lines[i]).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
Program Version: 0.5.1
Platform: linux2
Python version: 2.3.4 (#1, Jun 14 2004, 18:54:08)
[GCC 3.3.3 20040412 (Gentoo Linux 3.3.3-r6,
ssp-3.3.2-2, pie-8.7.6)]
========== Traceback ends here ==========
submitted by ap@automatisch.cc