Closed sy6sy2 closed 4 years ago
Hi @willforde,
This PR fix the error describe here: https://github.com/willforde/script.module.codequick/issues/33#issuecomment-602243034
main.py
other.py
root
item = Listitem() item.label = "Foo item" item.set_callback('/other/foo/', is_folder=True) return item
CGUIMediaWindow::GetDirectory(/other/foo/) failed
Of course, feel free to fix this issue in another way if needed. thank you! 😉
cc: @wwark
Thank you @willforde !
Hi @willforde,
This PR fix the error describe here: https://github.com/willforde/script.module.codequick/issues/33#issuecomment-602243034
How to reproduce the error
main.py
andother.py
main.py
DO NOT importother.py
root
function ofmain.py
add one item like that:CGUIMediaWindow::GetDirectory(/other/foo/) failed
errorOf course, feel free to fix this issue in another way if needed. thank you! 😉
cc: @wwark