euscan: just PEP8 cleaning
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
2c9b44f4d9
commit
04265dacff
@ -54,7 +54,8 @@ class ScanMetadata(object):
|
|||||||
return
|
return
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
self.style.ERROR('%s/%s: %s' % (pkg.category, pkg.name, str(e)))
|
self.style.ERROR('%s/%s: %s' %
|
||||||
|
(pkg.category, pkg.name, str(e)))
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user