Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Serial's _cmd uses wrong string #98

Closed
erikbgithub opened this issue Feb 26, 2014 · 0 comments
Closed

Serial's _cmd uses wrong string #98

erikbgithub opened this issue Feb 26, 2014 · 0 comments
Labels

Comments

@erikbgithub
Copy link
Contributor

Problem

In line 438 of conn.py out is used instead of out_repl which already removed the \r strings from the result.

Solution

use out_repl instead

Note

.

@erikbgithub erikbgithub added this to the v0.1.6 - Docs milestone Feb 26, 2014
erikbgithub added a commit that referenced this issue Mar 4, 2014
In one place the unparsed variable `out` was used instead of `out_repl` which
already removed the \r

See GitHub Issue #98

Signed-off-by: Erik Bernoth <erik.bernoth@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant