Idein / py-videocore6

Python library for GPGPU programming on Raspberry Pi 4
https://idein.jp
GNU General Public License v2.0
244 stars 28 forks source link

Fix label creation bug which caused by namespace #28

Closed notogawa closed 4 years ago

notogawa commented 4 years ago

If a label named foo already created at top level, creating a new label foo under namespace is failed.

This PR fix this bug.

Terminus-IMRC commented 4 years ago

Looks good to me. Thanks! And sorry for the delay.