constants: fix pylint warnings for OSError 39/52139/2
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 14 Feb 2018 05:07:36 +0000 (21:07 -0800)
committerEmma Foley <emma.l.foley@intel.com>
Wed, 14 Feb 2018 10:52:52 +0000 (10:52 +0000)
commitf1f059b05efbb4f31be4d82f93e1e901cf68b239
tree56a47f7b5a301183de7cceb7f98f05f19cc34fe9
parent3333efb08ae1d4ee92ea5274f847aabfa95e3eec
constants: fix pylint warnings for OSError

IOError and OSError are the same in Python 3?
Anyway we want to ignore ENOENT, not EEXIST

JIRA: YARDSTICK-1012
Change-Id: Ia75e41fecce505685745e0099669e45f3e82a1be
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
yardstick/common/constants.py