fix for the above fix

This commit is contained in:
Adrian Sampson 2013-02-03 18:23:19 -08:00
parent 4d55702497
commit 194cbc2903

View file

@ -442,7 +442,7 @@ class ImportTask(object):
def save_history(self):
"""Save the directory in the history for incremental imports.
"""
if self.is_album:
if self.is_album and not self.sentinel:
history_add(self.paths)