Skip to content

Commit

Permalink
Merge pull request #200 from haesleinhuepf/fix-unbound-variable-error
Browse files Browse the repository at this point in the history
fix unbound variable error
  • Loading branch information
haesleinhuepf authored Aug 12, 2024
2 parents 83df98b + 38717d4 commit 9b6cf9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bia_bob/_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def generate_code_samples():
additional_instructions = []
# Iterate over discovered entry points and load them
for ep in bia_bob_plugins:
instructions = ""
try:
func = ep.load()

Expand Down

0 comments on commit 9b6cf9c

Please sign in to comment.