euscan: just PEP8 cleaning

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-07-27 11:33:27 +02:00
parent 2c9b44f4d9
commit 04265dacff
4 changed files with 14 additions and 13 deletions

View File

@ -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