2
0

Modeler 18.4の拡張ノードでエラーが発生しても、標準出力がメッセージに表示される

Last updated at Posted at 2022-10-20

とても細かい機能改善なのですが、実はかなりうれしい機能なのでご紹介します。

Modeler 18.3までは以下のようなスクリプトの場合、「import aaa」でエラーが起きると「print("hello")」の出力を得ることができませんでした。

image.png

エラーが起きる
print("hello")
import aaa

Modeler 18.3の結果では、print("hello")の出力がありません。
image.png

Modeler 18.4の結果では、print("hello")の出力があります。
image.png

これによって、エラーが起きる前の変数の値などを標準出力にはいて、確認することが可能になりました。

  • テスト環境
    • Modeler 18.4
    • Windows 11 64bit
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0