Fixed some printing.

This commit is contained in:
Felipe Martín 2013-11-25 10:45:37 +01:00
parent 904d607a37
commit b63cecafbf
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ class BasePlugin(object):
return self.__do__(*args, **kwargs)
else:
raise Exception(
'Plugin {0} need a backup instance to work with'\
.format(self.__slug__)
'Plugin {0} need a backup instance to work with'.format(
self.__slug__)
)
def __do__(self, *args, **kwargs):