Skip to content

Commit

Permalink
fix i
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Jul 30, 2024
1 parent 8328afa commit 69fbd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arlas/cli/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def data(
bulk: int = typer.Option(default=100, help="Bulk size for indexing data")
):
config = variables["arlas"]
i = 1
for file in files:
i = 1
if not os.path.exists(file):
print("Error: file \"{}\" not found.".format(file), file=sys.stderr)
exit(1)
Expand Down

0 comments on commit 69fbd03

Please sign in to comment.