From 41127daf589590ef279cfa3142ac41fdeeb5526f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 20 Jun 2019 18:21:50 +0000 Subject: Recursive bomb issue --- archinstall.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall.py') diff --git a/archinstall.py b/archinstall.py index 0051af87..7bf82b8e 100644 --- a/archinstall.py +++ b/archinstall.py @@ -270,6 +270,7 @@ def update_git(): # b'From github.com:Torxed/archinstall\n 339d687..80b97f3 master -> origin/master\nUpdating 339d687..80b97f3\nFast-forward\n README.md | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)\n' if output != b'Already up to date': + print(output) #tmp = re.findall(b'[0-9]+ file changed', output) #print(tmp) #if len(tmp): -- cgit v1.2.3-70-g09d2