Skip to content

Commit

Permalink
small rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bubriks committed Dec 13, 2024
1 parent f5b1206 commit b80c0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hsfs/core/online_ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def batch_results(self):
def wait_for_completion(self):
with tqdm(total=self.num_entries,
bar_format="{desc}: {percentage:.2f}% |{bar}| Rows {n_fmt}/{total_fmt}",
desc="Data processing progress",
desc="Online data ingestion progress",
mininterval=1) as progress_bar:
while True:
if self.aborted_entries:
Expand Down

0 comments on commit b80c0de

Please sign in to comment.