Skip to content
Snippets Groups Projects
Commit 2ab33dd5 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

Merge branch 'bugfix/PP_typo' into 'master'

fixes parser definition

See merge request !129
parents 3819a477 515c9feb
No related branches found
No related tags found
1 merge request!129fixes parser definition
Pipeline #237196 passed
......@@ -378,11 +378,11 @@ class PP(_code):
'bandpass_stats',
help = 'get stats of bandpassed velocity')
parser_joint_acc_vel_stats = subparsers.add_parser(
'joint_acc_vel_stats',
help = 'get joint acceleration velocity statistics')
parser_pressure_stats = subparsers.add_parser(
'pressure_stats',
help = 'get pressure statistics')
parser_pressure_stats = subparsers.add_parser(
'joint_acc_vel_stats',
help = 'get joint acceleration and velocity statistics')
parser_resize = subparsers.add_parser(
'resize',
help = 'resize field')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment