[Cvsshell-devel] [ cvsshell-Bugs-995176 ] AttributeError exception thrown after "status" command.
Status: Beta
Brought to you by:
stefanheimann
From: SourceForge.net <no...@so...> - 2004-07-21 11:52:52
|
Bugs item #995176, was opened at 2004-07-21 04:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=995176&group_id=48175 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: AttributeError exception thrown after "status" command. Initial Comment: $ 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...@au... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=995176&group_id=48175 |