From be522c183f3a903e4d4a49dd6c749104d8f4a3d3 Mon Sep 17 00:00:00 2001 From: Toshiaki Takahashi Date: Wed, 25 Jul 2018 09:40:31 +0000 Subject: Update git submodules * Update docs/submodules/barometer from branch 'master' - Fix test failure condition * Because the type of the variable res[3] is bool, we should not compare it with a string. * The expression "or 'None'" is always the same result, because 'None' is a constant value. It should be included in the comparison. Change-Id: I25defad98d612d21027218438ca2a28744292cf5 Signed-off-by: Toshiaki Takahashi --- docs/submodules/barometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/barometer') diff --git a/docs/submodules/barometer b/docs/submodules/barometer index 43d091ddc..4c1b6b2ea 160000 --- a/docs/submodules/barometer +++ b/docs/submodules/barometer @@ -1 +1 @@ -Subproject commit 43d091ddcc32e8a89cb331c3f14e3a15dcd5325f +Subproject commit 4c1b6b2ea5cafcb07207ca07eb589fe34a6e5dd5 -- cgit 1.2.3-korg