[__init__] Work around flake8 false positive
This commit is contained in:
parent
37f4ce538a
commit
cc1237f484
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ def _real_main(argv=None):
|
|||
if opts.xattr_set_filesize:
|
||||
try:
|
||||
import xattr
|
||||
xattr # Confuse flake8
|
||||
except ImportError:
|
||||
parser.error('setting filesize xattr requested but python-xattr is not available')
|
||||
|
||||
|
|
Loading…
Reference in a new issue