Show More
@@ -98,7 +98,7 b' class MyFrame(wx.Frame):' | |||||
98 |
|
98 | |||
99 | for line in lines: |
|
99 | for line in lines: | |
100 | key = line.split('=')[0] |
|
100 | key = line.split('=')[0] | |
101 | value = line.split('=')[1].replace('\n','') |
|
101 | value = line.split('=')[1].replace('\n','').replace('\r','') | |
102 | options[key]['value'] = value |
|
102 | options[key]['value'] = value | |
103 | self.ipython_panel.reloadOptions(options) |
|
103 | self.ipython_panel.reloadOptions(options) | |
104 |
|
104 |
General Comments 0
You need to be logged in to leave comments.
Login now