Skip to content

Commit

Permalink
Merge branch 'bkstein-master't push origin master
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Aug 6, 2015
2 parents 700b11b + 7a53ee6 commit fcce1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvisa/resources/serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def flush(self, mask):
:param mask: Specifies the action to be taken with flushing the buffer.
(Constants.READ*, .WRITE*, .IO*)
"""
self.visalib.flush(mask)
self.visalib.flush(self.session, mask)

0 comments on commit fcce1f4

Please sign in to comment.