Skip to content

Commit

Permalink
fix: progress
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Sep 4, 2024
1 parent 30a26e9 commit adbf9ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nx_arangodb/classes/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,10 @@ def get_arangodb_graph(
TextColumn(f"Fetching '{adb_graph.name}'"),
SpinnerColumn(),
TimeElapsedColumn(),
transient=False,
):
transient=True,
) as progress:
progress.add_task("")

(
node_dict,
adj_dict,
Expand Down

0 comments on commit adbf9ab

Please sign in to comment.