[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/pprzlink] e80f9b: [python] add missing wh
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/pprzlink] e80f9b: [python] add missing whitespace after message name... |
Date: |
Mon, 26 Feb 2018 06:09:20 -0800 |
Branch: refs/heads/python-fix
Home: https://github.com/paparazzi/pprzlink
Commit: e80f9bbdd16233e1e88c1d0f6ca20505dd92fe0f
https://github.com/paparazzi/pprzlink/commit/e80f9bbdd16233e1e88c1d0f6ca20505dd92fe0f
Author: Gautier Hattenberger <address@hidden>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M lib/v1.0/python/pprzlink/ivy.py
M lib/v2.0/python/pprzlink/ivy.py
Log Message:
-----------
[python] add missing whitespace after message name in subscribe function
Commit: 582262c5363cc776ee763025ebf32f1340c31635
https://github.com/paparazzi/pprzlink/commit/582262c5363cc776ee763025ebf32f1340c31635
Author: Gautier Hattenberger <address@hidden>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M lib/v1.0/python/pprzlink/ivy.py
M lib/v2.0/python/pprzlink/ivy.py
Log Message:
-----------
[python] don't clear element inside the loop whe unsubscribing
btw, keeping the regex and callbacks doesn't seem to be necessary as
nobody is using it, just the binding id
Commit: e7b9c60c9a52d89541ec67d03def251d490f3843
https://github.com/paparazzi/pprzlink/commit/e7b9c60c9a52d89541ec67d03def251d490f3843
Author: Gautier Hattenberger <address@hidden>
Date: 2018-02-26 (Mon, 26 Feb 2018)
Changed paths:
M lib/v2.0/python/pprzlink/serial.py
Log Message:
-----------
[python] fix typo in serial.py
Commit: dc7333ad09af746e7596be8999bd04a56eb5aefb
https://github.com/paparazzi/pprzlink/commit/dc7333ad09af746e7596be8999bd04a56eb5aefb
Author: Gautier Hattenberger <address@hidden>
Date: 2018-02-26 (Mon, 26 Feb 2018)
Changed paths:
M lib/v2.0/python/pprzlink/ivy.py
M lib/v2.0/python/pprzlink/message.py
M lib/v2.0/python/pprzlink/pprz_transport.py
M lib/v2.0/python/pprzlink/serial.py
M lib/v2.0/python/pprzlink/udp.py
Log Message:
-----------
[python] harmonize import of pprzlink module
pprzlink should be properly installed or part of the PYTHONPATH is order
to be used.
Compare:
https://github.com/paparazzi/pprzlink/compare/e80f9bbdd162^...dc7333ad09af
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/pprzlink] e80f9b: [python] add missing whitespace after message name...,
GitHub <=