commit | 659e2db3cb7860f678c1d08182a225d53edbfad4 | [log] [tgz] |
---|---|---|
author | Martin Pavlasek <mpavlase@redhat.com> | Thu Sep 04 16:43:21 2014 +0200 |
committer | Martin Pavlasek <mpavlase@redhat.com> | Thu Sep 04 16:43:21 2014 +0200 |
tree | fb7392d23a7b4297d5b6a49e9df10e16efa60b7d | |
parent | b3ae2cec4b7566055bde0b0b695bc96e71a4df81 [diff] |
Avoid to iterate over empty list in DictMismatch It is a little optimization of describe function. If there wasn't found any differences, there is loop iterating over empty list. It isn't necessary, because condition a few lines above do the same. Change-Id: I65067801281c8703f7fa4d1430dcc578d28c3542