Skip to content

Commit

Permalink
final check on lib
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 7, 2023
1 parent f526e7f commit 9c05aa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions optframe/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
print(f"Error: {libfile} not found.")
assert False

# final check on library...
if optframe_lib is None:
raise ImportError(f"Error: library 'optframe_lib' not found.")

FCORE_WARN_ISSUES = True

# =====================================
Expand Down

0 comments on commit 9c05aa1

Please sign in to comment.