Skip to content
Snippets Groups Projects

WIP: integration_2021_wk41

Closed Remi Hardy requested to merge integration_2021_wk41 into develop
1 unresolved thread
3 files
+ 91
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -78,7 +78,7 @@ if __name__ == "__main__":
d['mcs']=[]
cmd='ps aux | grep mode | grep -v grep'
cmd='ps aux | grep modem | grep -v grep'
process=subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE)
output = process.stdout.readlines()
while len(output)!=0 :
Loading