Skip to content

Commit 3bd1aab

Browse files
nits
1 parent a55f777 commit 3bd1aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
except FileNotFoundError:
2222
print("Warning: Could not find version.py in local_notebooklm/")
2323
try:
24-
with open("local_notebook/version.py") as f:
24+
with open("local_notebooklm/version.py") as f:
2525
exec(f.read(), version)
2626
except FileNotFoundError:
2727
print("Warning: Could not find version.py in local_notebook/ either. Using default version.")

0 commit comments

Comments
 (0)