Opened 7 years ago

Closed 7 years ago

#1581 closed defect (duplicate)

NameError when deleting from command history

Reported by: chimerax-bug-report@… Owned by: Eric Pettersen
Priority: normal Milestone:
Component: Command Line Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

The following bug report has been submitted:
Platform:        Windows-10-10.0.16299
ChimeraX Version: 0.8 (2018-12-17)
Description
(Describe the actions that caused this problem to occur here)

Log:
UCSF ChimeraX version: 0.8 (2018-12-17)  
How to cite UCSF ChimeraX  

> open "C:\Users\Administrator\Desktop\wendy
docking(2)\docking\1jy1(TDP1).pdb"

1jy1(TDP1).pdb title:  
Crystal structure of human tyrosyl-DNA phosphodiesterase (TDP1) [more info...]  
  
Chain information for 1jy1(TDP1).pdb #1  
---  
Chain | Description  
A | TDP1  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\cmd_line\tool.py", line 334, in <lambda>  
but.clicked.connect(lambda arg, txt=but_name: self.button_clicked(txt))  
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\cmd_line\tool.py", line 421, in button_clicked  
if self.typed_only and not h[1]:  
NameError: name 'h' is not defined  
  
NameError: name 'h' is not defined  
  
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\cmd_line\tool.py", line 421, in button_clicked  
if self.typed_only and not h[1]:  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\cmd_line\tool.py", line 334, in <lambda>  
but.clicked.connect(lambda arg, txt=but_name: self.button_clicked(txt))  
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\cmd_line\tool.py", line 421, in button_clicked  
if self.typed_only and not h[1]:  
NameError: name 'h' is not defined  
  
NameError: name 'h' is not defined  
  
File "C:\Program Files\ChimeraX\bin\lib\site-
packages\chimerax\cmd_line\tool.py", line 421, in button_clicked  
if self.typed_only and not h[1]:  
  
See log for complete Python traceback.  
  




OpenGL version: 3.3.0 NVIDIA 388.13
OpenGL renderer: GeForce GTX 750 Ti/PCIe/SSE2
OpenGL vendor: NVIDIA Corporation

Change History (2)

comment:1 by Eric Pettersen, 7 years ago

Component: UnassignedCommand Line
Owner: set to Eric Pettersen
Platform: all
Project: ChimeraX
Status: newaccepted
Summary: ChimeraX bug report submissionNameError when deleting from command history

comment:2 by Eric Pettersen, 7 years ago

Resolution: duplicate
Status: acceptedclosed

Fixed a few days ago.

Note: See TracTickets for help on using tickets.