mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Fixup flake8
This commit is contained in:
parent
e7597916a2
commit
99cd7e2de4
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ def reflink(path, dest, replace=False, fallback=False):
|
|||
|
||||
try:
|
||||
pyreflink.reflink(path, dest)
|
||||
except (NotImplementedError, pyreflink.ReflinkImpossibleError) as exc:
|
||||
except (NotImplementedError, pyreflink.ReflinkImpossibleError):
|
||||
if fallback:
|
||||
copy(path, dest, replace)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue