Skip to content

Commit

Permalink
Typos for py3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Feb 17, 2020
1 parent 70e5972 commit 0b352d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neuromllite/gui/NMLliteUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,6 @@ def traceSelect(self):
self.all_cbs[key].stateChanged.connect(partial(self.traceSelectClicked,key))
color_button = QPushButton("%s"%self.current_traces_colours[key])
style = 'QPushButton {background-color: %s; color: black;}'%self.current_traces_colours[key]
print style
color_button.setStyleSheet(style)

layout.addWidget(color_button,count,0)
Expand Down Expand Up @@ -914,7 +913,6 @@ def replotSimResults(self):
if self.current_traces_shown[key]:
chosen_color = None

print self.current_traces_colours
if key in self.current_traces_colours:
#print 'using stored for %s'%key
chosen_color = self.current_traces_colours[key]
Expand Down

0 comments on commit 0b352d0

Please sign in to comment.