Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51cf482

Browse files
committedFeb 19, 2025··
More whining about formatting.
Signed-off-by: Eric Schweitz <[email protected]>
1 parent 9dbf535 commit 51cf482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/cudaq/kernel/ast_bridge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4196,7 +4196,7 @@ def visit_Name(self, node):
41964196
self.pushValue(self.getConstantInt(hash(value)))
41974197
return
41984198
except TypeError:
4199-
pass
4199+
pass
42004200

42014201
self.emitFatalError(
42024202
f"Invalid type for variable ({node.id}) captured from parent scope (only int, bool, float, complex, cudaq.State, and list/np.ndarray[int|bool|float|complex] accepted, type was {errorType}).",

0 commit comments

Comments
 (0)
Please sign in to comment.