Commit 6a7849f48af52e199d4507e239653b13dcfa87a9

Authored by bmarechal
1 parent cb568e88d7
Exists in master

resolve minor bugs

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

instruments/T7Pro.py
... ... @@ -68,7 +68,7 @@
68 68 for ch in self.channels:
69 69 raw = self.read(CONF_CHANNELS[ALL_CHANNELS.index(ch)])
70 70 strMes = strMes + str(100.*raw[0]/raw[1]) + ';'
71   - strMes = strMes[0:-1]
  71 + strMes = strMes[0:-1] + '\n'
72 72 return(strMes)
73 73  
74 74 def read(self, names):