diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-11-26 22:09:07 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-12-01 20:09:25 -0500 |
commit | 8b2da0d353575b2c2d62b6d84487fc5d0d9f0d65 (patch) | |
tree | ab492a2fea6f79d59f4a5ce03dfcfd9c3f1ab6f6 /scripts | |
parent | fea30f877110ddd671817f21fe4c6741fb5c73ac (diff) | |
download | kutter-8b2da0d353575b2c2d62b6d84487fc5d0d9f0d65.tar.gz kutter-8b2da0d353575b2c2d62b6d84487fc5d0d9f0d65.tar.xz kutter-8b2da0d353575b2c2d62b6d84487fc5d0d9f0d65.zip |
motan: Fix comment copy-and-paste error in readlog.py
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/motan/readlog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motan/readlog.py b/scripts/motan/readlog.py index 37439142..22538cff 100644 --- a/scripts/motan/readlog.py +++ b/scripts/motan/readlog.py @@ -16,7 +16,7 @@ class error(Exception): # Log data handlers: {name: class, ...} LogHandlers = {} -# Extract requested position, velocity, and accel from a trapq log +# Extract status fields from log class HandleStatusField: SubscriptionIdParts = 0 ParametersMin = ParametersMax = 1 |