Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: mv eva -> evadb (part 1) #820

Merged
merged 14 commits into from
Jun 6, 2023
Prev Previous commit
Next Next commit
missing file
  • Loading branch information
gaurav274 committed Jun 6, 2023
commit a619390fe661be7f52795a7038315cc2a7db33d1
2 changes: 1 addition & 1 deletion tutorials/00-start-eva-server.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 106,7 @@
"\n",
" last_few_lines_count = 3\n",
" try:\n",
" with open('eva.log', 'r') as f:\n",
" with open('evadb.log', 'r') as f:\n",
" for lines in itertools.zip_longest(*[f]*last_few_lines_count):\n",
" print(lines)\n",
" except FileNotFoundError:\n",
Expand Down