Is Python AZNB affected by the name issue as well?
I am unable to access any part of the data returned by events in Azure Notebooks.
def notify_block_broken(block, tool, count):
tell_the_data(block.id)
I used to be able to display block ( a huge mess of data) as well as the id but now it's all ruined. I can't find a block that will work.
Is this part of the same MakeCode problem, or something else?
If it's the same thing, I won't bother collecting data, but if not, I will gather whatever you need. Please and thanks. I am rewriting lessons. =P
-
Let me check in with the team on this one for you Debbie!
0 -
Alrighty, Debbie this worked in main (1.21.40) for our test team:
def on_block_broken(block, tool, count):
say(block.id)Let me know if that helps you as well!
0 -
You have rescued me!
0
Please sign in to leave a comment.
Comments
3 comments