Closed StrayDragon closed 5 years ago
When I attempted to run the cling package tool (cpt.py), use the command:
./cpt.py --check-requirements && ./cpt.py --create-dev-env Debug --with-workdir=./cling-build/
I submitted yes to the prompt and then encountered an exception(NoneType). After checked the code,I found the problem is missing a return keyword in custom_input().
yes
return
custom_input()
Thanks for your code, It helped me a lot! :smile:
When I attempted to run the cling package tool (cpt.py), use the command:
I submitted
yes
to the prompt and then encountered an exception(NoneType). After checked the code,I found the problem is missing areturn
keyword incustom_input()
.Thanks for your code, It helped me a lot! :smile: