Skip to content

Commit beb0b87

Browse files
committedDec 4, 2018
fix return type for gpib.lines()
1 parent e677181 commit beb0b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gpib_ctypes/gpib/gpib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def lines(board):
397397
if sta & ERR:
398398
raise GpibError("lines")
399399

400-
return result
400+
return result.value
401401

402402

403403
def listener(board, pad, sad=NO_SAD):

0 commit comments

Comments
 (0)