Skip to content

Commit 7f1c010

Browse files
committed
Testing python 3.6.
1 parent e1cc7ed commit 7f1c010

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

typer/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,9 @@ def get_click_type(
799799
case_sensitive=parameter_info.case_sensitive,
800800
)
801801

802-
raise RuntimeError(f"Type not yet supported: {annotation}") # pragma no cover
802+
raise RuntimeError(
803+
f"Type not yet supported: {annotation} with origin {origin}"
804+
) # pragma no cover
803805

804806

805807
def lenient_issubclass(

0 commit comments

Comments
 (0)