Replies: 1 comment
-
run it in an try/except! in case of OSError -> sys.exit() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the sync client-minimal.py example without a running server, an OSError exception is thrown but after that the script hangs. How can I avoid that and have the script terminate?
Beta Was this translation helpful? Give feedback.
All reactions