lib/openc3/api/tlm_api.rb in openc3-5.19.0 vs lib/openc3/api/tlm_api.rb in openc3-5.20.0
- old
+ new
@@ -471,11 +471,12 @@
return 'C'
when :FORMATTED
return 'F'
when :WITH_UNITS
return 'U'
+ else
+ return nil
end
- return nil
end
def _tlm_process_args(args, method_name, cache_timeout: nil, scope: $openc3_scope, token: $openc3_token)
case args.length
when 1