Skip to content

Commit

Permalink
assert False on lib not found
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 7, 2023
1 parent 7d664e7 commit 317fc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optframe/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
optframe_lib = ctypes.CDLL(str(libfile))
else:
print(f"Error: {libfile} not found.")
assert False

FCORE_WARN_ISSUES = True

Expand Down

0 comments on commit 317fc2a

Please sign in to comment.