From 52d21fb8405a833ac90095fee5704b97eb12e309 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 15 Jul 2021 15:54:27 +0200 Subject: [PATCH] Fix interpolation --- tyop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tyop.py b/tyop.py index 36371bb..bbb9a5c 100644 --- a/tyop.py +++ b/tyop.py @@ -201,7 +201,7 @@ class Migration: self._shell("git checkout .", check=False, cwd=_path) if pull: - self.log.debug("Pulling latest changes in {path}...") + self.log.debug(f"Pulling latest changes in {path}...") self._shell("git pull --rebase", check=False, cwd=_path) if branch: