From: tierno Date: Mon, 3 Feb 2020 18:16:38 +0000 (+0000) Subject: fix 1008 wim_account create issue X-Git-Tag: v7.0.1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv7.0.1;hp=32a4190a32e45f7fa259d06efdc3de56570feb46;p=osm%2FRO.git fix 1008 wim_account create issue Change-Id: Iddc270db6687a7405ea7295bf7256a77a3bde532 Signed-off-by: tierno --- diff --git a/RO/osm_ro/wim/persistence.py b/RO/osm_ro/wim/persistence.py index 32a46b35..d395bfc7 100644 --- a/RO/osm_ro/wim/persistence.py +++ b/RO/osm_ro/wim/persistence.py @@ -864,9 +864,7 @@ def _preprocess_wim_account(wim_account): """ wim_account = preprocess_record(wim_account) - created = wim_account.get('created') - wim_account['created'] = ( - 'true' if created is True or created == 'true' else 'false') + wim_account['sdn'] = False return wim_account