File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ class Omniscan450(PingDevice):
259259 {# raise FileExistsError(f"Log file already exists: {log_path}") #}
260260
261261 self .current_log = log_path
262+ self .logging = True
262263 self .bytes_written = 0
263264
264265 print (f"Logging to { self .current_log } " )
Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ class S500(PingDevice):
289289 log_path .unlink () # delete existing file (program was restarted quickly)
290290
291291 self .current_log = log_path
292+ self .logging = True
292293 self .bytes_written = 0
293294
294295 print (f"Logging to { self .current_log } " )
Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ class Surveyor240(PingDevice):
245245 log_path .unlink () # delete existing file (program was restarted quickly)
246246
247247 self .current_log = log_path
248+ self .logging = True
248249 self .bytes_written = 0
249250
250251 print (f"Logging to { self .current_log } " )
You can’t perform that action at this time.
0 commit comments