almenscorner / IntuneCD

Tool to backup, update and document configurations in Intune
MIT License
290 stars 38 forks source link

[BUG] UnboundLocalError: local variable 'categories_responses' referenced before assignment #28

Closed ricardocarrola closed 2 years ago

ricardocarrola commented 2 years ago

Bug When running an error was found :

image

Original code file

image

categories_responses should be initialized prior to usage ( depends on the if )

almenscorner commented 2 years ago

Hi,

Thank you for reporting, this looks like the same issue as in #26. Are you able to test with the steps I provided in that issue and report back if all works as expected?

ricardocarrola commented 2 years ago

hi there, I can confirm that using the Beta version solved the issue. Many thanks!