Skip to content

Commit

Permalink
V1.19.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Jan 19, 2024
1 parent 9e2b307 commit f859694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genmonlib/myserialtcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def Read(self):
if self.Socket != None:
self.Socket.close()
self.Socket = None
return ""
except Exception as e1:
self.LogErrorLine("Error in SerialTCPDevice:Read : " + str(e1))
if self.Socket != None:
Expand Down

0 comments on commit f859694

Please sign in to comment.