ibm-research / swifthlm

SwiftHLM - a middleware for using OpenStack Swift with tape and other hight latency media storage backends
Apache License 2.0
14 stars 4 forks source link

import errno #9

Closed cclauss closed 7 years ago

cclauss commented 7 years ago

errno.ENOENT is used on line 671

hseipp commented 7 years ago

Thank you very much for your contribution! Can you please rework your patch a little to use direct variable import?

from errno import ENOENT
....
if err.errno != ENOENT