Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そもそも例外が何であるかわからない場合に、例外を出力する方法を理解しようとしています。どうすれば次のようになりますか?
try: some_command except: print *full_exception_trace*
チュートリアルが言うように。
try: something() except SomeException as e: something_else(e)
役に立つかもしれませんtraceback。
traceback