We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73adb8 commit 19ca510Copy full SHA for 19ca510
1 file changed
bec_ipython_client/bec_ipython_client/callbacks/live_table.py
@@ -363,6 +363,10 @@ def close_table(self):
363
"""close the table and print the footer"""
364
if not self.table:
365
return
366
+ if not self.scan_item:
367
+ return
368
+ if not self.scan_item.start_time or not self.scan_item.end_time:
369
370
elapsed_time = self.scan_item.end_time - self.scan_item.start_time
371
print(
372
self.table.get_footer(
0 commit comments