Hi everyone,
in my code, there is an input() needed that obviously waits for ever if nothing is happening, but then the build cant finish, and travis fails to analyse my code. What can i do to make it work ? and i tought it was static code analyse, but its dynamic ? it needs to run the code ?
thank you