File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def runCommand(self, text):
172172 #restart recording
173173
174174 def OnExecute (self , e ):
175- self .runCommand (self .control .GetText () )
175+ self .runCommand (self .control .GetText ())
176176
177177 def OnExecuteSelection (self , e ):
178178 self .runCommand (self .control .GetSelectedTextRaw ())
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ def flag(self, qualifier_id):
396396 #self._cursor.executemany(query, [(str(x[0]),) for x in filtered_points])
397397 self._cursor.executemany(query, [(str(x),) for x in filtered_points["ValueID"].astype(int).tolist()])
398398 '''
399- self .memDB .updateFlag (filtered_points .index .astype ( int ). tolist (), qualifier_id )
399+ self .memDB .updateFlag (filtered_points .index .tolist (), qualifier_id )
400400
401401 ###################
402402 # Save/Restore
You can’t perform that action at this time.
0 commit comments