[fix] missing space + better formulation

This commit is contained in:
Laurent Peuch 2016-04-18 19:53:58 +02:00
parent 2eb8fecfd5
commit 35443b5c7e

View File

@ -51,7 +51,7 @@ class Image(object):
os.system(command) os.system(command)
CACHE.cache_picture(source, target, options) CACHE.cache_picture(source, target, options)
else: else:
okgreen("Skipped", source + "it's already generated") okgreen("Skipped", source + " is already generated")
def copy(self): def copy(self):
source, target = os.path.join(self.base_dir, self.name), os.path.join(self.target_dir, self.name) source, target = os.path.join(self.base_dir, self.name), os.path.join(self.target_dir, self.name)