Bugs item #905453, was opened at 2004-02-26 14:58
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=905453&group_id=48175
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ctrl-C
Initial Comment:
========== 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 ==========
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=452212&aid=905453&group_id=48175
|