mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 09:32:25 +02:00
update docker build logic
This commit is contained in:
@@ -44,9 +44,7 @@ class Progress:
|
||||
time.sleep(self.delay)
|
||||
continue
|
||||
if self._show_elapsed:
|
||||
self.message = self._format_elapsed(
|
||||
time.monotonic() - start
|
||||
)
|
||||
self.message = self._format_elapsed(time.monotonic() - start)
|
||||
message = self.message
|
||||
if not message:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user