Menu

#26 Ctrl-C

open
nobody
None
5
2004-02-26
2004-02-26
Anonymous
No

========== Traceback starts here ==========
uncaught: (<class exceptions.AttributeError at
0x4017e71c>, <exceptions.Attribu
eError instance at 0x401f88cc>)
Traceback (most recent call last):
File "/u2/charles/cvsshell-0.5.1/src/app.py", line 255, in
main
self.run()
File "/usr/sbin/cvs_shell.py", line 215, in run
InteractiveApp.run(self)
File "/usr/local/cvsshell-0.5.1/src/interactive_app.py",
line 68, in run
result = self.evalCommand(command)
File "/usr/sbin/cvs_shell.py", line 177, in evalCommand
self.evalSingleCommand(c)
File "/usr/sbin/cvs_shell.py", line 211, in
evalSingleCommand
return fun(self, cmdName, cmdOpts)
File "/usr/local/cvsshell-0.5.1/src/cvs_cmds.py", line
396, in commit
filenames = app.applyOnEntryList(rest, lambda e,
fname: fname)
File "/usr/sbin/cvs_shell.py", line 378, in
applyOnEntryList
nums = utils.parseNumberStr(opts)
File "/usr/local/cvsshell-0.5.1/src/utils.py", line 63, in
parseNumberStr
s = s.strip()
AttributeError: 'NoneType' object has no attribute 'strip'

Program Version: 0.5.1
Platform: linux2
Python version: 2.3.3 (#1, Feb 26 2004, 13:27:04)
[GCC 2.95.3 20010315 (release)]
========== Traceback ends here ==========

Discussion


Log in to post a comment.