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

mistype in section #3? #50

Open
rafaellaurenti opened this issue Feb 26, 2024 · 1 comment
Open

mistype in section #3? #50

rafaellaurenti opened this issue Feb 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rafaellaurenti
Copy link


NameError Traceback (most recent call last)
Cell In[53], line 2
1 #One way of manually creating a database:
----> 2 db1 = bw.Database('3D')
3 db1.register()
4 db1.write({('3D', 'Printer'):{
5 'name': 'Printer',
6 'exchanges': [],
(...)
9 'categories': ('in the', 'universe')
10 }})

NameError: name 'bw' is not defined

Souldn't ot be db1 = bd.Database('3D') ?

@michaelweinold michaelweinold self-assigned this Mar 4, 2024
@michaelweinold michaelweinold added the bug Something isn't working label Mar 4, 2024
@ChristinaKockel
Copy link

This continues throughout the script. Everywhere methods and databases is used, I think it should be bd. instead of bw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants