Skip to content

Commit

Permalink
Check for fmuexport binary (#188)
Browse files Browse the repository at this point in the history
Closes #129
  • Loading branch information
jschueller authored Jul 4, 2024
1 parent c63e614 commit d619218
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pythonfmu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
from .fmi2slave import Fmi2Slave
from .variables import Boolean, Integer, Real, String
from .default_experiment import DefaultExperiment

if not FmuBuilder.has_binary():
raise ValueError("FmuBuilder binary is missing")

0 comments on commit d619218

Please sign in to comment.