Fix crash on trying to remove repository we never fsck'd If a repository is gone from manifest before we evern managed to fsck it, we may get a crash on trying to remove it from status. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
1 files changed, 4 insertions(+), 1 deletions(-) M grokmirror/fsck.py
M grokmirror/fsck.py => grokmirror/fsck.py +4-1