MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
30 stars 33 forks source link

fix(coretool): unbreak embedded files #206

Closed zeldin closed 2 weeks ago

zeldin commented 2 weeks ago

The code was trying to use self.embed_files[-1].next before setting it.

lydon42 commented 2 weeks ago

Can you please point me to the line where this access happens? I fail to see it.

Ah, ok, Now I see it.

zeldin commented 2 weeks ago

Sure. Use is here Assignment is here