Skip to content

Commit fff34e8

Browse files
committed
debug reraise error
1 parent 9c14b23 commit fff34e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/qcodes/utils/function_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ def is_function(f: object, arg_count: int, coroutine: bool = False) -> bool:
4040
inputs = [0] * arg_count
4141
sig.bind(*inputs)
4242
return True
43-
except TypeError:
43+
except TypeError as e:
44+
raise e
4445
return False

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy