Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 9cbb89e

Browse files
authored
Tiny typo :( (#597)
1 parent 14c8709 commit 9cbb89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EdgeGPT/EdgeUtils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def test_features():
370370
print(f"{q.code_block_formats=}") # The language/format of each code block (if given)
371371
print(f"{Query.index=}") # Keeps an index of Query objects created
372372
print(f"{Query.image_dir_path=}")
373-
except Exception a E:
373+
except Exception as E:
374374
raise Exception(E)
375375
finally:
376376
return q

0 commit comments

Comments
 (0)