Skip to content

Commit 24f05a1

Browse files
authored
Fix StorageMonitor (#1450)
1 parent 0e47517 commit 24f05a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lithops/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def start(self, fs, job_id=None, chunksize=None, generate_tokens=False):
526526
self.monitor.start()
527527

528528
def is_alive(self):
529-
self.monitor.is_alive()
529+
return self.monitor.is_alive()
530530

531531
def remove(self, fs):
532532
if self.monitor and self.monitor.is_alive():

0 commit comments

Comments
 (0)