Skip to content

Commit

Permalink
Forgot index command in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Dec 5, 2024
1 parent 45625af commit 2604baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qlever/commands/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def execute(self, args) -> bool:
# Show the command line.
self.show(f"{settings_json_cmd}\n{index_cmd}", only_show=args.show)
if args.show:
return False
return True

# When running natively, check if the binary exists and works.
if args.system == "native":
Expand Down

0 comments on commit 2604baf

Please sign in to comment.