Skip to content

Commit

Permalink
fix: improve output of init_index
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVZ96 committed Nov 18, 2024
1 parent 776b1d1 commit de1d918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def handle(self, *args, **options):
if options["reset"]:
api.reset_index(self.stdout.write)
elif options["init"]:
api.init_index(self.stdout.write)
api.init_index(self.stdout.write, self.stderr.write)
elif options["incremental"]:
api.rebuild_index(self.stdout.write, incremental=True)
else:
Expand Down

0 comments on commit de1d918

Please sign in to comment.