Ignore the "in progress" diff directory when considering a link target, derp
This commit is contained in:
parent
1d3e08e804
commit
9106924993
@ -543,7 +543,7 @@ class MikesBackup:
|
||||
name = match.group("name")
|
||||
date = match.group("date")
|
||||
|
||||
if name == "." or name == "..":
|
||||
if name == "." or name == ".." or name == self.CONST_DIFFERENTIAL_IN_PROGRESS_DIRECTORY_NAME:
|
||||
continue
|
||||
|
||||
if newest_path is None or date > newest_path_date:
|
||||
|
Loading…
Reference in New Issue
Block a user