Commit 0cfef1bd2df5c4841d05b5103ab734541a216f75

Authored by bmarechal
1 parent e5a64c5124
Exists in master

FPC1000: fix CR at EOL

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

instruments/FPC1000.py
... ... @@ -47,7 +47,7 @@
47 47 self.send(CONF_VAL_TYPE[int(ch)-1])
48 48 mesTemp = self.read()
49 49 mes = mes + '\t' + mesTemp.replace('\n', '')
50   - return mes
  50 + return mes + '\n'
51 51  
52 52 def read(self):
53 53 ans = ''