[imdb] simplification of iters and fill short description in all cases

This commit is contained in:
Julien Veyssier 2013-03-07 02:28:50 +01:00
commit 19b418e6d0
3 changed files with 31 additions and 36 deletions

View file

@ -203,7 +203,8 @@ class Cineoob(ReplApplication):
inter = list(set(lid1) & set(lid2))
for common in inter:
movie = self.get_object(common, 'get_movie')
self.cached_format(movie)
if movie:
self.cached_format(movie)
self.flush()
def do_persons_in_common(self, line):