We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe99d4 commit c9ab4b8Copy full SHA for c9ab4b8
pythonfmu/__init__.py
@@ -4,3 +4,6 @@
4
from .fmi2slave import Fmi2Slave
5
from .variables import Boolean, Integer, Real, String
6
from .default_experiment import DefaultExperiment
7
+
8
+if not FmuBuilder.has_binary():
9
+ raise ValueError("FmuBuilder binary is missing")
0 commit comments