BUG FIX: cmdWrite fix
All checks were successful
build / build (push) Successful in 1m34s

This commit is contained in:
2024-04-24 16:07:58 +02:00
parent 49eb1522b6
commit ef778c3e0a

View File

@@ -842,7 +842,7 @@ Returns:
"""
cmdstr=process + " " + self.meetnet + "," + location + "," + \
parameter + "," + time_delta + "," + day + "," + \
time_of_day + values + "\r"
time_of_day + "," + values + "\r"
d = self.sendrecv(cmdstr)
if (d[0] != '!'):
raise LmwCmdWarn(cmdstr, d)