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