indentation typo

This commit is contained in:
Gregory Becker 2023-03-28 20:38:19 -07:00
parent e156679b5a
commit 14f0ad4dd3

View File

@ -606,7 +606,7 @@ def raise_if_invalid_exchange(self):
msg += "change its update_method to 'symlink' or 'auto'."
msg += f"\n If the view at {self.root} exists already, either remove it for a"
msg += " non-atomic update or run on a newer OS."
raise RuntimeError(msg)
raise RuntimeError(msg)
def raise_if_symlink_before_exchange(self):
if os.path.islink(self.root):