Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into pin-query
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Dec 8, 2024
2 parents 4280c3e + 4a69945 commit 4aefe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qlever/qlever_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main():
log.info("")
log.info("Ctrl-C pressed, exiting ...")
log.info("")
exit(0)
exit(1)
except Exception as e:
# Check if it's a certain kind of `AttributeError` and give a hint in
# that case.
Expand Down

0 comments on commit 4aefe80

Please sign in to comment.