From 0610f89da6689542f99eef0d116d0269416686a2 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 16 Jul 2021 00:05:20 +0200 Subject: [PATCH] Default to not pulling for now --- tyop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tyop.py b/tyop.py index ef09cc2..6f3edca 100644 --- a/tyop.py +++ b/tyop.py @@ -220,7 +220,7 @@ class Migration: idx = 0 for match in self.matches: - self._clean(match=match, branch=True, pull=True) + self._clean(match=match, branch=True) with open(match, "r") as handle: self.log.debug(f"Processing {match}...")