Update git submodules

* Update osc-lib from branch 'master'
  - format_dict() returns no value for None
    
    We have some subtle cases to distinguish:
    * value of None   (the Python literal)
    * value of ''     (an empty string)
    * value of 'None' (a string)
    
    Return no representation of data when the value is the Python literal None
    rather than the string 'None' which can be confused for an actual string value.
    
    Returning an empty string ('') can be confused for an actual empty
    string so that is also not an option.  By leaving off the quotes we can accurately
    reflect the distinct value of None.
    
    Change-Id: Icdc1712e626a7e8a706348586a6be2e7612c4376
    Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2019-09-02 09:37:30 -05:00 committed by Gerrit Code Review
parent e66d36a4ed
commit f1bac31203
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6db6492a7de5f7a3e09473c31e23e03d10f420b6
Subproject commit a0d9746eb5ec8d646bb40507a138a2e8176bebda