Skip to content

Commit fd3ddf9

Browse files
committed
Bump
1 parent 482fe34 commit fd3ddf9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

python/inertialsense/logInspector/logInspector.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ def load(self, directory):
361361
mplot.plotter.setLog(self.log)
362362
mplot.plotter.setDownSample(self.downsample)
363363
self.updatePlot()
364-
self.setStatus("")
365364
self.expandAndSelectDirectory(directory)
365+
self.setStatus("")
366366

367367
def setupUi(self):
368368
self.setObjectName("LogInspector")
@@ -919,7 +919,7 @@ def runNpp(self, directory, startMode):
919919
self.handleTreeViewClick()
920920
continue
921921

922-
self.setStatus("NPP done.")
922+
self.setStatus("")
923923

924924
def selectedDirectory(self):
925925
directory = os.path.normpath(self.fileTree.model().filePath(self.fileTree.selectedIndexes()[0]))
@@ -996,7 +996,6 @@ def plot(self, func, args=None):
996996
if func is None:
997997
return
998998
self.setStatus("Plotting " + func + "...")
999-
print("plotting " + func)
1000999
self.selectedPlotFunc = func
10011000
self.plotargs = args
10021001
ax = None
@@ -1016,7 +1015,6 @@ def plot(self, func, args=None):
10161015
mplot.canvas.draw()
10171016

10181017
self.setStatus("")
1019-
print("done plotting")
10201018

10211019
def kill_handler(*args):
10221020
instance = QApplication.instance()

0 commit comments

Comments
 (0)