Skip to content

Commit

Permalink
Tiny typo :( (acheong08#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
PFython authored Jul 7, 2023
1 parent 14c8709 commit 9cbb89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EdgeGPT/EdgeUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def test_features():
print(f"{q.code_block_formats=}") # The language/format of each code block (if given)
print(f"{Query.index=}") # Keeps an index of Query objects created
print(f"{Query.image_dir_path=}")
except Exception a E:
except Exception as E:
raise Exception(E)
finally:
return q

0 comments on commit 9cbb89e

Please sign in to comment.