문제

Just a quick question but I ran Pycharm debug on a lengthy series of test scripts and the end result was:

"Process finished with exit code -1"

I was just wondering what this means given that exit code 0 is a pass and exit code 1 is a fail. (is it super awesome code to end in -1?)

도움이 되었습니까?

해결책

You may be seeing that exit code because of a bug in PyCharm.

다른 팁

This is possibly a bespoke issue, but for some reason my Associate this virtual environment with the current project had become unchecked, and re-checking it fixed this bug for me.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top